瀏覽代碼

add babelrc文件

zhaojing 3 年之前
父節點
當前提交
d3cbf6389f
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      .babelrc

+ 12 - 0
.babelrc

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