From f061fcd4ad764ddb11a7fa712e2a9afcfd755ec0 Mon Sep 17 00:00:00 2001 From: "chen.home" Date: Thu, 15 Jun 2023 23:44:39 +0800 Subject: [PATCH] perf(project): remove lib import --- build/plugins/unplugin.ts | 2 +- src/components/common/NaiveProvider.vue | 1 - src/components/custom/IconSelect/index.vue | 1 - src/components/custom/Pagination.vue | 1 - src/components/custom/SvgIcon.vue | 1 - src/hooks/useAppRouter.ts | 1 - src/hooks/useBoolean.ts | 2 -- src/hooks/useEcharts.ts | 4 +--- src/layouts/components/header/Breadcrumb.vue | 2 -- src/layouts/components/header/Notices.vue | 1 - src/layouts/components/header/Reload.vue | 1 - src/layouts/components/header/Setting.vue | 1 - src/layouts/components/header/UserCenter.vue | 1 - src/layouts/components/tab/TabBar.vue | 1 - src/main.ts | 1 - src/store/index.ts | 1 - src/store/modules/app.ts | 2 -- src/store/modules/auth.ts | 2 -- src/store/modules/route.ts | 2 +- src/store/modules/tab.ts | 1 - src/styles/sass/index.sass | 0 src/utils/icon.ts | 1 - src/views/list/cardList/index.vue | 1 - src/views/list/commonList/components/TableModal.vue | 2 -- src/views/list/commonList/index.vue | 1 - src/views/login/components/Login/index.vue | 1 - src/views/login/components/Register/index.vue | 2 -- src/views/login/components/ResetPwd/index.vue | 2 -- src/views/login/index.vue | 2 -- src/views/plugin/QRCode/index.vue | 1 - src/views/plugin/charts/echarts/index.vue | 2 -- src/views/plugin/clipboard/index.vue | 1 - src/views/plugin/editor/md/index.vue | 1 - src/views/plugin/editor/rich/index.vue | 1 - src/views/plugin/map/components/AMap.vue | 1 - src/views/plugin/map/components/BMap.vue | 1 - src/views/test/test1/index.vue | 1 - src/views/userCenter/index.vue | 1 - 38 files changed, 3 insertions(+), 48 deletions(-) delete mode 100644 src/styles/sass/index.sass diff --git a/build/plugins/unplugin.ts b/build/plugins/unplugin.ts index 229c92d..3b56729 100644 --- a/build/plugins/unplugin.ts +++ b/build/plugins/unplugin.ts @@ -10,7 +10,7 @@ import { createSvgIconsPlugin } from 'vite-plugin-svg-icons' // https://github.c export default [ AutoImport({ - imports: ['vue', 'vue-router','@vueuse/core','pinia'], + imports: ['vue', 'vue-router','pinia'], include: [ /\.[tj]sx?$/, /\.vue$/, diff --git a/src/components/common/NaiveProvider.vue b/src/components/common/NaiveProvider.vue index 6dcd223..85b8c44 100644 --- a/src/components/common/NaiveProvider.vue +++ b/src/components/common/NaiveProvider.vue @@ -1,6 +1,5 @@