Sfoglia il codice sorgente

chore: disable options api in playground

Evan You 1 anno fa
parent
commit
5d860276db
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      playground/vite.prod.config.ts

+ 3 - 0
playground/vite.prod.config.ts

@@ -17,6 +17,9 @@ export default defineConfig({
   plugins: [
   plugins: [
     Vue({
     Vue({
       compiler: CompilerSFC,
       compiler: CompilerSFC,
+      features: {
+        optionsAPI: false,
+      },
     }),
     }),
   ],
   ],
 })
 })