From ae0b722cb6130d9ffa21383dcf7acd69057939ed Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sun, 29 Aug 2021 17:28:43 +0800 Subject: [PATCH] resolved import async components issue with vue3-sfc-loader --- frontend/public/index.html | 1 - frontend/public/js/vue.global.js | 15879 ----------------- frontend/public/vue/App.vue | 5 +- frontend/src/interfaces/global.d.ts | 15 +- frontend/src/interfaces/vue3-sfc-loader.d.ts | 9 + frontend/src/main.ts | 2 + frontend/src/utils/sfc.ts | 14 +- frontend/vue.config.js | 2 +- 8 files changed, 26 insertions(+), 15901 deletions(-) delete mode 100644 frontend/public/js/vue.global.js create mode 100644 frontend/src/interfaces/vue3-sfc-loader.d.ts diff --git a/frontend/public/index.html b/frontend/public/index.html index 5ade92a5..ec661895 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -7,7 +7,6 @@ <%= htmlWebpackPlugin.options.title %> -