Open
Description
Version
1.5.1
Vue Version
3.2.45
Link to minimal reproduction
1、主题问题
按照文档安装依赖之后,引入时并没有文档中所提供的的多种主题
2、按需引入问题
部分组件路径错误,例如:
3、文档部分错误,例如:
// 第二种 引入局部调用
import { message } from 'vue-devui'
应为:
// 第二种 引入局部调用
import { Message } from 'vue-devui'
Step to reproduce
暂无
What is expected
No response
What is actually happening
No response
Any additional comments (optional)
No response