From addf95bc7e1e694cd9ba7797c8b0847bfecaf54c Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Tue, 12 Mar 2024 17:48:23 +0000 Subject: Add nuxt prefixes back to component file names --- .../editor/category/ChildrenOptionsPanel.vue | 51 --------------------- .../EditorCategoryChildrenOptionsPanel.vue | 51 +++++++++++++++++++++ .../editor/category/EditorCategoryOptionsPanel.vue | 52 ++++++++++++++++++++++ components/editor/category/OptionsPanel.vue | 52 ---------------------- 4 files changed, 103 insertions(+), 103 deletions(-) delete mode 100644 components/editor/category/ChildrenOptionsPanel.vue create mode 100644 components/editor/category/EditorCategoryChildrenOptionsPanel.vue create mode 100644 components/editor/category/EditorCategoryOptionsPanel.vue delete mode 100644 components/editor/category/OptionsPanel.vue (limited to 'components/editor/category') diff --git a/components/editor/category/ChildrenOptionsPanel.vue b/components/editor/category/ChildrenOptionsPanel.vue deleted file mode 100644 index 57dcef2..0000000 --- a/components/editor/category/ChildrenOptionsPanel.vue +++ /dev/null @@ -1,51 +0,0 @@ - - - - - diff --git a/components/editor/category/EditorCategoryChildrenOptionsPanel.vue b/components/editor/category/EditorCategoryChildrenOptionsPanel.vue new file mode 100644 index 0000000..57dcef2 --- /dev/null +++ b/components/editor/category/EditorCategoryChildrenOptionsPanel.vue @@ -0,0 +1,51 @@ + + + + + diff --git a/components/editor/category/EditorCategoryOptionsPanel.vue b/components/editor/category/EditorCategoryOptionsPanel.vue new file mode 100644 index 0000000..112b063 --- /dev/null +++ b/components/editor/category/EditorCategoryOptionsPanel.vue @@ -0,0 +1,52 @@ + + + + + diff --git a/components/editor/category/OptionsPanel.vue b/components/editor/category/OptionsPanel.vue deleted file mode 100644 index 112b063..0000000 --- a/components/editor/category/OptionsPanel.vue +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -- cgit v1.2.3-70-g09d2