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 {
289289 {
290290 label : 'Combined-Forms' ,
291291 name : '/examples/combined-forms'
292- } ,
293- {
294- label : 'Message-List' ,
295- name : '/examples/message-list'
296292 }
297-
298293 ]
299294 } ,
300295 ]
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" */ '..
7373const auditExample = ( ) => import ( /* webpackChunkName: "auditExample" */ '../page/examples/audit/detail' ) ;
7474const dynamicForm = ( ) => import ( /* webpackChunkName: "dynamicForm" */ '../page/examples/dynamic-form' ) ;
7575const combinedForms = ( ) => import ( /* webpackChunkName: "combinedForms" */ '../page/examples/combined-forms' ) ;
76- const messageList = ( ) => import ( /* webpackChunkName: "messageList" */ '../page/examples/message-list' ) ;
7776
7877export default [
7978 {
@@ -421,11 +420,6 @@ export default [
421420 path : '/examples/combined-forms' ,
422421 name : 'combined-forms' ,
423422 component : combinedForms
424- } ,
425- {
426- path : '/examples/message-list' ,
427- name : 'message-list' ,
428- component : messageList
429423 }
430424 ]
431425 }
You can’t perform that action at this time.
0 commit comments