成功引入vant

This commit is contained in:
2019-11-25 15:27:58 +08:00
parent 4eb31ea11f
commit 70f4750066
7 changed files with 110 additions and 4 deletions

9
.babelrc Normal file
View File

@@ -0,0 +1,9 @@
{
"plugins": [
["import", {
"libraryName": "vant",
"libraryDirectory": "es",
"style": true
}]
]
}