logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Vue3中如何安装element

Vue3中如何安装elementelement团队为了跟上Vue3的步伐推出了新的element框架(element-plus)想从2.x 升级的小伙伴就不要想了安装npm install element-plus --savemain.js / main.ts中使用

推荐一款Vue3的组件库——Naive UI

很不错哦!Naive UI naive-ui 仅支持 Vue3

vue3如何声明字段名为枚举的类型

下面是 Type 的枚举声明,共有 6 个字段enum Type {primary = "primary",success = "success",warning = "warning",warn = "warn", // warning aliasdanger = "danger",info = "info",}TypeScript 中声明类型的关键字有两个,interface 和 type,在

#typescript
到底了