mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +08:00
modify(debugRoutesMixin)
This commit is contained in:
parent
252be024bd
commit
6999c1e9e4
@ -14,18 +14,9 @@ import scrollbarDebug2 from '../debugComponents/scrollbarDebug2'
|
||||
import { withPrefix } from './utils'
|
||||
|
||||
const childDebugRoutes = [
|
||||
{
|
||||
path: '/n-popover-debug',
|
||||
component: popoverDebug
|
||||
},
|
||||
{
|
||||
path: '/n-back-top-debug',
|
||||
component: backTopDebug
|
||||
},
|
||||
{
|
||||
path: '/n-cascader-debug',
|
||||
component: cascaderDebug
|
||||
},
|
||||
{ path: '/n-popover-debug', component: popoverDebug },
|
||||
{ path: '/n-back-top-debug', component: backTopDebug },
|
||||
{ path: '/n-cascader-debug', component: cascaderDebug },
|
||||
{ path: '/n-scrollbar-debug2', component: scrollbarDebug2 },
|
||||
{ path: '/n-date-picker-debug', component: datePickerDebug },
|
||||
{ path: '/n--debug', component: suffixDebug },
|
||||
|
Loading…
Reference in New Issue
Block a user