Skip to content

Commit

Permalink
optimize(projects): remove defineModel setting,enabled by default (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanbowe authored Sep 11, 2024
1 parent 38eeb67 commit 60bbd2d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ import { setupHtmlPlugin } from './html';

export function setupVitePlugins(viteEnv: Env.ImportMeta, buildTime: string) {
const plugins: PluginOption = [
vue({
script: {
defineModel: true
}
}),
vue(),
vueJsx(),
VueDevtools(),
setupElegantRouter(),
Expand Down

0 comments on commit 60bbd2d

Please sign in to comment.