robo-ui-ts
v1.0.9
Published
Vue3 中基于Element-plus二次封装基础组件文档
Downloads
40
Maintainers
Readme
ROBO-UI
Volar 支持: 引用组件时,组件提示(借助 vscode 插件 - Vue - Official)
// tsconfig.json
{
"compilerOptions": {
// ...
"types": ["robo-ui/lib/components.d.ts"],
}
}版本说明
- 1.0.0: 初始版本
- 1.0.9: 新增
Menu组件、MenuItem组件、MenuSub组件、MenuItemGroup组件
