no message
Former-commit-id: f2b3cdd472d8bfa1a3de80ff8232b34ece29e12c Former-commit-id: 491a5fec77afac0c98b59f6cc7999edbb10a4d9d Former-commit-id: bcb2796ae13b86fd63755f9d3e76e162d096a240
This commit is contained in:
@@ -14,11 +14,11 @@ export const menu = {
|
||||
icon: 'flask',
|
||||
children: [
|
||||
{
|
||||
title: '大型数据渲染',
|
||||
title: '使用 Worker',
|
||||
icon: 'file-o',
|
||||
path: 'data/largeData',
|
||||
name: 'demo-business-data-largeData',
|
||||
component: resolve => { require(['@/pages/demo/business/data/largeData/index.vue'], resolve) }
|
||||
path: 'data/worker',
|
||||
name: 'demo-business-data-worker',
|
||||
component: resolve => { require(['@/pages/demo/business/data/worker/index.vue'], resolve) }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user