add more new route menu
This commit is contained in:
@ -2,21 +2,27 @@
|
||||
import type { MenuItemModel } from '../types/menu'
|
||||
import type { RouteRecordRaw } from 'vue-router'
|
||||
import {
|
||||
Gauge,
|
||||
LightningSlash,
|
||||
Monitor,
|
||||
Plugs,
|
||||
SmileySad,
|
||||
Swap
|
||||
IconBox,
|
||||
IconFileSearch,
|
||||
IconGauge,
|
||||
IconLightningSlash,
|
||||
IconMonitor,
|
||||
IconPlugs,
|
||||
IconSmileySad,
|
||||
IconSwap,
|
||||
IconWallet,
|
||||
} from '@/utils/icons'
|
||||
|
||||
export const navigationIcon = [
|
||||
LightningSlash,
|
||||
SmileySad,
|
||||
Monitor,
|
||||
Swap,
|
||||
Plugs,
|
||||
Gauge
|
||||
IconLightningSlash,
|
||||
IconSmileySad,
|
||||
IconMonitor,
|
||||
IconSwap,
|
||||
IconPlugs,
|
||||
IconGauge,
|
||||
IconBox,
|
||||
IconWallet,
|
||||
IconFileSearch
|
||||
]
|
||||
|
||||
const convertToDashedString = (input: string): string => {
|
||||
|
Reference in New Issue
Block a user