2
0
Эх сурвалжийг харах

chore: disable options api in playground

Evan You 1 жил өмнө
parent
commit
5d860276db

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

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