.babelrc 128 字节
Newer Older
!阳仔's avatar
yml  
!阳仔 已提交
1 2 3 4 5 6 7 8 9
{
  "plugins": [
    ["import", {
      "libraryName": "vant",
      "libraryDirectory": "es",
      "style": true
    }]
  ]
}