儀表板
文件庫
filestore
活動
搜尋
登入
pcalife
/
PAM
保誠-保戶業務員媒合平台
匯總
相關日誌
提交
目錄
檔案區
分支(forks)
比對
究查
|
歷程
|
原始
move node_modules/element-ui to local_modules/element-ui
Tomas
2024-04-30
f247f8a4ee7edda57d01b184962b3a3ec04316a7
[pcalife/PAM.git]
/
PAMapp
/
local_modules
/
element-ui
/
types
/
menu-item.d.ts
1
2
3
4
5
6
7
8
9
10
import { ElementUIComponent } from './component'
/** Menu Item Component */
export declare class ElMenuItem extends ElementUIComponent {
/** Unique identification */
index: string
/** Vue Router object */
route: object
}