From 9a11e0f4a38297006b89cc7bb2a60734111582e0 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sun, 10 Mar 2024 00:13:25 +0000 Subject: Migrate to nuxt --- components/Editor/Quest/Modal/DeleteQuestModal.vue | 42 +++++++++++++ .../Editor/Quest/Modal/DuplicateQuestModal.vue | 69 ++++++++++++++++++++++ components/Editor/Quest/Modal/RenameQuestModal.vue | 69 ++++++++++++++++++++++ 3 files changed, 180 insertions(+) create mode 100644 components/Editor/Quest/Modal/DeleteQuestModal.vue create mode 100644 components/Editor/Quest/Modal/DuplicateQuestModal.vue create mode 100644 components/Editor/Quest/Modal/RenameQuestModal.vue (limited to 'components/Editor/Quest/Modal') diff --git a/components/Editor/Quest/Modal/DeleteQuestModal.vue b/components/Editor/Quest/Modal/DeleteQuestModal.vue new file mode 100644 index 0000000..d0b0c5a --- /dev/null +++ b/components/Editor/Quest/Modal/DeleteQuestModal.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/components/Editor/Quest/Modal/DuplicateQuestModal.vue b/components/Editor/Quest/Modal/DuplicateQuestModal.vue new file mode 100644 index 0000000..bcd3782 --- /dev/null +++ b/components/Editor/Quest/Modal/DuplicateQuestModal.vue @@ -0,0 +1,69 @@ + + + + + \ No newline at end of file diff --git a/components/Editor/Quest/Modal/RenameQuestModal.vue b/components/Editor/Quest/Modal/RenameQuestModal.vue new file mode 100644 index 0000000..2ad1481 --- /dev/null +++ b/components/Editor/Quest/Modal/RenameQuestModal.vue @@ -0,0 +1,69 @@ + + + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2