Skip to content

Commit

Permalink
chore: remove defineModel option since enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 25, 2024
1 parent bcabc9a commit 8473120
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions vite.preview.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ import vue from '@vitejs/plugin-vue'
import replace from '@rollup/plugin-replace'

export default defineConfig({
plugins: [
vue({
script: {
defineModel: true,
},
}),
],
plugins: [vue()],
resolve: {
alias: {
'@vue/compiler-dom': '@vue/compiler-dom/dist/compiler-dom.cjs.js',
Expand Down

0 comments on commit 8473120

Please sign in to comment.