Kaynağa Gözat

chore: disable options api in playground

Evan You 1 yıl önce
ebeveyn
işleme
5d860276db
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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,
+      },
     }),
   ],
 })