Skip to content

Commit

Permalink
Fix: use defineModel SFC macro
Browse files Browse the repository at this point in the history
  • Loading branch information
norrisng-bc committed Mar 13, 2024
1 parent 76636af commit 25d5d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({
}
}
},
plugins: [vue(), vueJsx()],
plugins: [vue({ script: { defineModel: true } }), vueJsx()],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
Expand Down

0 comments on commit 25d5d5e

Please sign in to comment.