mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2026-01-17 16:57:16 +08:00
refactor: eslint src --fix
This commit is contained in:
@@ -90,7 +90,7 @@ const searchValue = ref('') // 搜索词
|
||||
// 图标列表
|
||||
const isGridView = ref(false)
|
||||
|
||||
let iconList: string[] = []
|
||||
const iconList: string[] = []
|
||||
for (const path in SvgIconModules) {
|
||||
console.log(path)
|
||||
const name = path.replace('/src/assets/icons/', '').replace('.svg', '')
|
||||
|
||||
Reference in New Issue
Block a user