mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
docs(config-consumer): remove it
This commit is contained in:
parent
fea611cf91
commit
0eeb2363f1
@ -231,10 +231,6 @@ export const childRoutes = withPrefix('/:lang/:theme/doc', [
|
||||
path: '/n-breadcrumb',
|
||||
component: () => import('../../src/breadcrumb/demos/index.entry')
|
||||
},
|
||||
{
|
||||
path: '/n-config-consumer',
|
||||
component: () => import('../../src/config-consumer/demos/index.entry')
|
||||
},
|
||||
{
|
||||
path: '/n-descriptions',
|
||||
component: () => import('../../src/descriptions/demos/index.entry')
|
||||
|
@ -84,12 +84,6 @@ export default function (instance) {
|
||||
titleExtra: 'Config Provider',
|
||||
path: `/${lang}/${theme}/doc` + '/n-config-provider'
|
||||
},
|
||||
{
|
||||
name: 'Config Consumer',
|
||||
title: '配置消费者 ',
|
||||
titleExtra: 'Config Consumer',
|
||||
path: `/${lang}/${theme}/doc` + '/n-config-consumer'
|
||||
},
|
||||
{
|
||||
name: 'Element',
|
||||
title: '元素',
|
||||
|
Loading…
Reference in New Issue
Block a user