wip: Waterfall
This commit is contained in:
@@ -285,6 +285,14 @@ const adminList = [
|
||||
meta: {
|
||||
title: 'router.inputPassword'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'waterfall',
|
||||
component: 'views/Components/Waterfall',
|
||||
name: 'Waterfall',
|
||||
meta: {
|
||||
title: 'router.waterfall'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -640,8 +648,8 @@ const testList: string[] = [
|
||||
'/components/qrcode',
|
||||
'/components/highlight',
|
||||
'/components/infotip',
|
||||
'/Components/InputPassword',
|
||||
'/Components/Sticky',
|
||||
'/components/input-password',
|
||||
'/components/waterfall',
|
||||
'function',
|
||||
'/function/multiple-tabs',
|
||||
'/function/multiple-tabs-demo/:id',
|
||||
|
||||
@@ -46,8 +46,8 @@ for (let i = 0; i < count; i++) {
|
||||
content: baseContent,
|
||||
importance: '@integer(1, 3)',
|
||||
display_time: '@datetime',
|
||||
pageviews: '@integer(300, 5000)',
|
||||
image_uri: Mock.Random.image('@integer(300, 5000)x@integer(300, 5000)')
|
||||
pageviews: '@integer(100, 500)',
|
||||
image_uri: Mock.Random.image('@integer(100, 500)x@integer(100, 500)')
|
||||
})
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user