From 594980e59ce35de4d0bde387d742429ac2555879 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Wed, 27 Jul 2022 19:43:23 +0000 Subject: [PATCH 01/40] fix: move vue app to parent dir --- client/{agenda => }/App.vue | 6 +++--- client/{agenda => }/main.js | 0 client/{agenda => }/router.js | 4 ++-- ietf/templates/meeting/agenda-neue.html | 2 +- vite.config.js | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) rename client/{agenda => }/App.vue (95%) rename client/{agenda => }/main.js (100%) rename client/{agenda => }/router.js (79%) diff --git a/client/agenda/App.vue b/client/App.vue similarity index 95% rename from client/agenda/App.vue rename to client/App.vue index 8ef43a4859..7e9605bd57 100644 --- a/client/agenda/App.vue +++ b/client/App.vue @@ -12,9 +12,9 @@ n-theme import { onBeforeUnmount ,onMounted, ref } from 'vue' import { NMessageProvider } from 'naive-ui' -import { useAgendaStore } from './store' +import { useAgendaStore } from './agenda/store' -import NTheme from '../components/n-theme.vue' +import NTheme from './components/n-theme.vue' // STORES @@ -51,7 +51,7 @@ onBeforeUnmount(() => {