🔧 (vue) enable defineModel

This commit is contained in:
Julien Calixte
2023-05-29 11:03:51 +02:00
parent 9dd1c6a98a
commit d8dbce2fd7
2 changed files with 6 additions and 0 deletions

View File

@@ -4,6 +4,11 @@ import pwa from "@islands/pwa"
export default defineConfig({
siteUrl: "https://juliencalixte.eu",
vue: {
script: {
defineModel: true,
},
},
modules: [
"@islands/headings",
prism(),