diff --git a/jsconfig.json b/jsconfig.json index 57be713..50e1d9a 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -8,5 +8,7 @@ "vueCompilerOptions": { "target": 2.7 }, - // "exclude": ["node_modules"] + + "exclude": ["node_modules"], + "types":["ant-design-vue/typings/global"] } diff --git a/package.json b/package.json index 64bc495..7e59add 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,9 @@ "axios": "^1.3.4", "pinia": "^2.0.33", "vue": "^2.7.5", - "vue-router": "^3.5.4" + "vue-router": "^3.5.4", + "vxe-table": "^3.6.11", + "xe-utils": "^3.5.7" }, "devDependencies": { "@commitlint/cli": "^17.0.3", @@ -44,6 +46,7 @@ "unplugin-vue-components": "^0.24.1", "vite": "^4.2.1", "vite-plugin-antdv-fix": "^1.0.3", + "vite-plugin-imp": "^2.3.1", "vue-eslint-parser": "^9.1.0" }, "browserslist": [ diff --git a/src/layouts/BaseLayout.vue b/src/layouts/DemoLayout.vue similarity index 99% rename from src/layouts/BaseLayout.vue rename to src/layouts/DemoLayout.vue index 4a8fd8d..0047710 100644 --- a/src/layouts/BaseLayout.vue +++ b/src/layouts/DemoLayout.vue @@ -1,6 +1,5 @@