diff --git a/web/apps/web-ele/package.json b/web/apps/web-ele/package.json index e30cacc..f62f8b4 100644 --- a/web/apps/web-ele/package.json +++ b/web/apps/web-ele/package.json @@ -62,7 +62,6 @@ "@vue-flow/core": "^1.48.0", "@vue-flow/minimap": "^1.5.4", "@vueuse/core": "catalog:", - "@vueuse/motion": "catalog:", "cron-parser": "^4.9.0", "dayjs": "catalog:", "element-plus": "catalog:", diff --git a/web/apps/web-ele/src/bootstrap.ts b/web/apps/web-ele/src/bootstrap.ts index bde4ab8..8e586da 100644 --- a/web/apps/web-ele/src/bootstrap.ts +++ b/web/apps/web-ele/src/bootstrap.ts @@ -139,10 +139,6 @@ async function bootstrap(namespace: string) { // 配置路由及路由守卫 app.use(router); - // 配置Motion插件 - const { MotionPlugin } = await import('@vueuse/motion'); - app.use(MotionPlugin); - // 动态更新标题 watchEffect(() => { if (preferences.app.dynamicTitle) { diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index 9e10f07..cfe16b6 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -752,9 +752,6 @@ importers: '@vueuse/core': specifier: 'catalog:' version: 13.4.0(vue@3.5.25(typescript@5.9.3)) - '@vueuse/motion': - specifier: 'catalog:' - version: 3.0.3(magicast@0.5.1)(vue@3.5.25(typescript@5.9.3)) cron-parser: specifier: ^4.9.0 version: 4.9.0