From c9aefa81ca1950121d2357fc66afe15eb400f537 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Fri, 15 Mar 2024 00:13:40 +0000 Subject: Fix eslint errors --- components/loader/LoaderTestDataModal.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'components/loader/LoaderTestDataModal.vue') diff --git a/components/loader/LoaderTestDataModal.vue b/components/loader/LoaderTestDataModal.vue index 8b0df21..582e224 100644 --- a/components/loader/LoaderTestDataModal.vue +++ b/components/loader/LoaderTestDataModal.vue @@ -8,7 +8,7 @@ const showModal = ref(false); const open = () => { showModal.value = true; -} +}; const confirm = () => { const quests = loadQuestsFromJson(testData.quests); @@ -23,11 +23,11 @@ const confirm = () => { navigateToEditorPane(null); showModal.value = false; -} +}; defineExpose({ - open -}) + open, +}); -

You can view a demo of the Quests editor by loading test data. This will replace your current workspace. - Do you want to continue?

+

+ You can view a demo of the Quests editor by loading test data. This will replace your current + workspace. Do you want to continue? +

@@ -52,4 +54,4 @@ defineExpose({ justify-content: flex-end; margin-top: 1rem; } - \ No newline at end of file + -- cgit v1.2.3-70-g09d2