UNPKG
lighty-admin-vite
Version:
latest (3.4.0)
3.4.0
基于 Vue3、TypeScript、Element Plus、Pinia 和 Vite 等主流技术.
lighty-admin-vite
/
src
/
plugins
/
element-plus
/
index.ts
8 lines
(6 loc)
•
181 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ type
App
}
from
"vue"
import
ElementPlus
from
"element-plus"
export
function
loadElementPlus
(
app: App
) {
/** Element Plus 组件完整引入 */
app.
use
(
ElementPlus
) }