Browse Source

chore: route component path TableList -> table-list

pull/10936/head
hms181231 3 years ago
parent
commit
ec2bbc5455
  1. 2
      config/routes.ts

2
config/routes.ts

@ -142,7 +142,7 @@ export default [
name: 'table-list',
icon: 'smile',
path: '/list/table-list',
component: './TableList',
component: './table-list',
},
{
name: 'basic-list',

Loading…
Cancel
Save