mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[Improvement] Support Vue.use to register a component (#401)
This commit is contained in:
@@ -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: ''
|
||||
|
@@ -30,10 +30,6 @@ module.exports = {
|
||||
title: '快速上手',
|
||||
noExample: true
|
||||
},
|
||||
{
|
||||
title: '业务组件',
|
||||
link: '/zanui/captain'
|
||||
},
|
||||
{
|
||||
path: '/changelog',
|
||||
title: '更新日志',
|
||||
|
Reference in New Issue
Block a user