Use direct motion dependency in web ele
This commit is contained in:
@@ -140,7 +140,7 @@ async function bootstrap(namespace: string) {
|
||||
app.use(router);
|
||||
|
||||
// 配置Motion插件
|
||||
const { MotionPlugin } = await import('@vben/plugins/motion');
|
||||
const { MotionPlugin } = await import('@vueuse/motion');
|
||||
app.use(MotionPlugin);
|
||||
|
||||
// 动态更新标题
|
||||
|
||||
Reference in New Issue
Block a user