Explorar el Código

add babelrc文件

zhaojing hace 3 años
padre
commit
d3cbf6389f
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      .babelrc

+ 12 - 0
.babelrc

@@ -0,0 +1,12 @@
+{
+
+    "plugins": [
+      [
+        "component",
+        {
+          "libraryName": "element-ui",
+          "styleLibraryName": "theme-chalk"
+        }
+      ]
+    ]
+  }