[Improvement] Support Vue.use to register a component (#401)

This commit is contained in:
neverland
2017-12-11 20:41:19 +08:00
committed by GitHub
parent 7dbb5db256
commit 6f2b4c99da
162 changed files with 432 additions and 490 deletions

View File

@@ -11,11 +11,6 @@ import docConfig from './doc.config';
export default {
data() {
if (window.location.host === 'www.youzanyun.com') {
const group = docConfig['zh-CN'].nav[0].groups[0];
group.list = group.list.filter(item => item.title !== '业务组件');
}
return {
simulators: [`/zanui/vant/examples${location.hash}`],
demoURL: ''

View File

@@ -30,10 +30,6 @@ module.exports = {
title: '快速上手',
noExample: true
},
{
title: '业务组件',
link: '/zanui/captain'
},
{
path: '/changelog',
title: '更新日志',