فهرست منبع

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,
+      },
     }),
   ],
 })