瀏覽代碼

chore: disable options api in playground

Evan You 1 年之前
父節點
當前提交
5d860276db
共有 1 個文件被更改,包括 3 次插入0 次删除
  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,
+      },
     }),
   ],
 })