Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
feat: support vant-weapp default
Browse files Browse the repository at this point in the history
  • Loading branch information
dancon committed Feb 25, 2019
1 parent 5464523 commit c25eac1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .pandora.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@
"templates": {
"page": "src/pages",
"component": "src/components"
}
},
"components": [
{
"name": "vant-weapp",
"path": "dist",
"dependencies": [
"mixins",
"common",
"wxs"
]
}
]
}

0 comments on commit c25eac1

Please sign in to comment.