File tree Expand file tree Collapse file tree 4 files changed +0
-87
lines changed
page/examples/message-list Expand file tree Collapse file tree 4 files changed +0
-87
lines changed Original file line number Diff line number Diff line change @@ -289,12 +289,7 @@ export default {
289
289
{
290
290
label : 'Combined-Forms' ,
291
291
name : '/examples/combined-forms'
292
- } ,
293
- {
294
- label : 'Message-List' ,
295
- name : '/examples/message-list'
296
292
}
297
-
298
293
]
299
294
} ,
300
295
]
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ const twoRelatedForm = () => import(/* webpackChunkName: "twoRelatedForm" */ '..
73
73
const auditExample = ( ) => import ( /* webpackChunkName: "auditExample" */ '../page/examples/audit/detail' ) ;
74
74
const dynamicForm = ( ) => import ( /* webpackChunkName: "dynamicForm" */ '../page/examples/dynamic-form' ) ;
75
75
const combinedForms = ( ) => import ( /* webpackChunkName: "combinedForms" */ '../page/examples/combined-forms' ) ;
76
- const messageList = ( ) => import ( /* webpackChunkName: "messageList" */ '../page/examples/message-list' ) ;
77
76
78
77
export default [
79
78
{
@@ -421,11 +420,6 @@ export default [
421
420
path : '/examples/combined-forms' ,
422
421
name : 'combined-forms' ,
423
422
component : combinedForms
424
- } ,
425
- {
426
- path : '/examples/message-list' ,
427
- name : 'message-list' ,
428
- component : messageList
429
423
}
430
424
]
431
425
}
You can’t perform that action at this time.
0 commit comments