Explorar el Código

chore: disable options api in playground

Evan You hace 1 año
padre
commit
5d860276db
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      playground/vite.prod.config.ts

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

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