Quellcode durchsuchen

10/13 更换列表修改

111
mo vor 4 Jahren
Ursprung
Commit
07c949a40e
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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"
   ]
 }