From 71e4ad2c71efea471923ea47f01bfda841387f81 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sun, 10 Mar 2024 01:31:42 +0000 Subject: Use nuxt auto import magic --- components/editor/task/Configuration.vue | 182 ++++++++++++++++++++++++++ components/editor/task/ConfigurationRow.vue | 193 ++++++++++++++++++++++++++++ components/editor/task/modal/Change.vue | 61 +++++++++ components/editor/task/modal/Create.vue | 75 +++++++++++ 4 files changed, 511 insertions(+) create mode 100644 components/editor/task/Configuration.vue create mode 100644 components/editor/task/ConfigurationRow.vue create mode 100644 components/editor/task/modal/Change.vue create mode 100644 components/editor/task/modal/Create.vue (limited to 'components/editor/task') diff --git a/components/editor/task/Configuration.vue b/components/editor/task/Configuration.vue new file mode 100644 index 0000000..f408726 --- /dev/null +++ b/components/editor/task/Configuration.vue @@ -0,0 +1,182 @@ + + + + + diff --git a/components/editor/task/ConfigurationRow.vue b/components/editor/task/ConfigurationRow.vue new file mode 100644 index 0000000..fa512b6 --- /dev/null +++ b/components/editor/task/ConfigurationRow.vue @@ -0,0 +1,193 @@ + + + + + \ No newline at end of file diff --git a/components/editor/task/modal/Change.vue b/components/editor/task/modal/Change.vue new file mode 100644 index 0000000..db7d96b --- /dev/null +++ b/components/editor/task/modal/Change.vue @@ -0,0 +1,61 @@ + + + + + \ No newline at end of file diff --git a/components/editor/task/modal/Create.vue b/components/editor/task/modal/Create.vue new file mode 100644 index 0000000..d286759 --- /dev/null +++ b/components/editor/task/modal/Create.vue @@ -0,0 +1,75 @@ + + + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2