Remove unused motion plugin from web ele

This commit is contained in:
2026-06-09 12:24:31 +08:00
parent f22b679ee0
commit a911fc6911
3 changed files with 0 additions and 8 deletions
-1
View File
@@ -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:",
-4
View File
@@ -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) {
-3
View File
@@ -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