build: add files of vant-cli 2

This commit is contained in:
陈嘉涵
2019-11-18 16:40:43 +08:00
parent 28e2849087
commit 6514b650d0
46 changed files with 12125 additions and 249 deletions
-2
View File
@@ -2,7 +2,6 @@
<div class="van-doc">
<van-doc-header
:lang="lang"
:github="github"
:versions="versions"
:config="config.header"
:search-config="searchConfig"
@@ -30,7 +29,6 @@ export default {
props: {
lang: String,
github: String,
versions: Array,
searchConfig: Object,
currentSimulator: Number,
@@ -53,7 +53,6 @@ export default {
props: {
lang: String,
config: Object,
github: String,
versions: Array,
searchConfig: Object
},