Kaynağa Gözat

10/13 更换列表修改

111
mo 4 yıl önce
ebeveyn
işleme
07c949a40e
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      babel.config.js

+ 3 - 0
babel.config.js

@@ -1,5 +1,8 @@
 module.exports = {
   presets: [
     '@vue/app'
+  ],
+  plugins: [
+    "@babel/plugin-proposal-optional-chaining"
   ]
 }