mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-30 18:57:08 +08:00
style: 解决启动时部分行分隔符报 warning 的问题
来自 @woodlxl(小鹿)
This commit is contained in:
@@ -15,7 +15,8 @@ const LIST: AppRouteRecordRaw = {
|
||||
{
|
||||
path: 'search-table', // The midline path complies with SEO specifications
|
||||
name: 'SearchTable',
|
||||
component: () => import('@/views/arco-design/list/search-table/index.vue'),
|
||||
component: () =>
|
||||
import('@/views/arco-design/list/search-table/index.vue'),
|
||||
meta: {
|
||||
locale: 'menu.list.searchTable',
|
||||
requiresAuth: true,
|
||||
|
Reference in New Issue
Block a user