diff --git a/build/vite/index.ts b/build/vite/index.ts index ed884e0ca..0e8db33cf 100644 --- a/build/vite/index.ts +++ b/build/vite/index.ts @@ -12,7 +12,7 @@ import Components from 'unplugin-vue-components/vite' import { ElementPlusResolver } from 'unplugin-vue-components/resolvers' import viteCompression from 'vite-plugin-compression' import topLevelAwait from 'vite-plugin-top-level-await' -import vueSetupExtend from 'vite-plugin-vue-setup-extend' +import vueSetupExtend from 'vite-plugin-vue-setup-extend-plus' import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite' import { createSvgIconsPlugin } from 'vite-plugin-svg-icons' diff --git a/package.json b/package.json index a99a26856..54d2b3c31 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,7 @@ "steady-xml": "^0.1.0", "url": "^0.11.0", "video.js": "^8.0.4", + "vite-plugin-vue-setup-extend-plus": "^0.1.0", "vue": "3.2.47", "vue-i18n": "9.2.2", "vue-router": "^4.1.6",