Remove unused motion plugin from web ele
This commit is contained in:
@@ -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:",
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Generated
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user