UNPKG

lighty-admin-vite

Version:

基于 Vue3、TypeScript、Element Plus、Pinia 和 Vite 等主流技术.

8 lines (6 loc) 181 B
import { type App } from "vue" import ElementPlus from "element-plus" export function loadElementPlus(app: App) { /** Element Plus 组件完整引入 */ app.use(ElementPlus) }