Skip to content

Commit e9086a0

Browse files
committed
chore: 更新 mfsu 配置以支持 Vue 单例模式
1 parent 7b3a124 commit e9086a0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

playground/.winrc.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@ import { defineConfig } from 'win';
33
export default defineConfig({
44
plugins: ['../src'],
55
elementPlus: {},
6-
mfsu: false
6+
mfsu: {
7+
shared: {
8+
vue: {
9+
singleton: true,
10+
},
11+
},
12+
}
713
});

0 commit comments

Comments
 (0)