基于vue3.0和element-plus的组件库
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
export * from "./message";
|
|
|
|
|
export * from "./rule";
|
|
|
|
|
export * from "./listTableDialog";
|
|
|
|
|
|
|
|
|
|
export const icons = [
|
|
|
|
|
"Search",
|
|
|
|
|
"Female",
|
|
|
|
|
"House",
|
|
|
|
|
"Link",
|
|
|
|
|
"Service",
|
|
|
|
|
"Pointer",
|
|
|
|
|
"Star",
|
|
|
|
|
"Notification",
|
|
|
|
|
"Connection",
|
|
|
|
|
"ChatDotRound",
|
|
|
|
|
"Setting",
|
|
|
|
|
"Clock",
|
|
|
|
|
"Position",
|
|
|
|
|
"View",
|
|
|
|
|
"Hide",
|
|
|
|
|
"Unlock",
|
|
|
|
|
"Lock",
|
|
|
|
|
"Refresh",
|
|
|
|
|
"Bell",
|
|
|
|
|
"User",
|
|
|
|
|
"UserFilled",
|
|
|
|
|
"CircleCheck",
|
|
|
|
|
"Warning",
|
|
|
|
|
"WarningFilled",
|
|
|
|
|
"WarnTriangleFilled",
|
|
|
|
|
"Filter",
|
|
|
|
|
"EditPen",
|
|
|
|
|
"Edit",
|
|
|
|
|
"Message",
|
|
|
|
|
"Tools",
|
|
|
|
|
"HomeFilled",
|
|
|
|
|
"Histogram",
|
|
|
|
|
"Document",
|
|
|
|
|
"Notebook",
|
|
|
|
|
"Tickets",
|
|
|
|
|
"Collection",
|
|
|
|
|
"Postcard",
|
|
|
|
|
"DataBoard",
|
|
|
|
|
"DataAnalysis",
|
|
|
|
|
"DataLine",
|
|
|
|
|
"TrendCharts",
|
|
|
|
|
"Files",
|
|
|
|
|
"Folder",
|
|
|
|
|
"List",
|
|
|
|
|
"Monitor",
|
|
|
|
|
"Iphone",
|
|
|
|
|
"Platform",
|
|
|
|
|
"OfficeBuilding",
|
|
|
|
|
"School",
|
|
|
|
|
"Cpu",
|
|
|
|
|
"MagicStick",
|
|
|
|
|
"Coin",
|
|
|
|
|
];
|