Skip to content

Commit 05bad8d

Browse files
authored
optimize(projects): remove defineModel setting,enabled by default (#42)
1 parent 7700dab commit 05bad8d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build/plugins/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ import { setupHtmlPlugin } from './html';
1010

1111
export function setupVitePlugins(viteEnv: Env.ImportMeta, buildTime: string) {
1212
const plugins: PluginOption = [
13-
vue({
14-
script: {
15-
defineModel: true
16-
}
17-
}),
13+
vue(),
1814
vueJsx(),
1915
VueDevtools(),
2016
setupElegantRouter(),

0 commit comments

Comments
 (0)