From 293c2803794a5cc4f9a045d48ff28ae99beaa030 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 31 Jan 2020 00:37:55 +0100 Subject: viewer: moved router.ts to the plugins directory for simplicity --- viewer/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'viewer/src/main.ts') diff --git a/viewer/src/main.ts b/viewer/src/main.ts index 75a238f..a8ff322 100644 --- a/viewer/src/main.ts +++ b/viewer/src/main.ts @@ -26,7 +26,7 @@ import "@/plugins/lazyimage"; import "@/plugins/dragscroll"; import store from '@/store' import i18n from "@/plugins/i18n"; -import router from "@/router"; +import router from "@/plugins/router"; import MainLayout from "@/views/MainLayout.vue"; Vue.config.productionTip = false; -- cgit v1.2.3