vue-devui
vue-devui copied to clipboard
UI components based on Vue3 and DevUI Design
### What problem does this feature solve 希望table组件加入虚拟滚动 ### What does the proposed API look like 希望table组件加入虚拟滚动
### Version [email protected] ### Vue Version 3.3.4 ### Link to minimal reproduction doc:  real:  ### Step to reproduce just try a plain project ### What is expected _No...
### Version 1.5.7-hotfix.1 ### Vue Version "vue": "3.2.47" ### Link to minimal reproduction https://devui.design/design-cn/start ### Step to reproduce 此处按照文档步骤 按需引入 :  但是在使用组件的时候 生成的 components.d.ts文件中 splitter-pane 的路径不对  他正确的路径应该是在 splitter包中...
### Version "devui-theme": "^0.0.4", ### Vue Version "vue": "^3.3.4", ### Link to minimal reproduction [按照文档,快速开始模块](https://vue-devui.github.io/quick-start/#_3-%E5%BC%95%E5%85%A5%E6%8F%92%E4%BB%B6%E5%92%8C%E6%A0%B7%E5%BC%8F) ### Step to reproduce 代码如下: ```ts import { createPinia } from 'pinia' import { createApp,h...
### Version 1.5.5 ### Vue Version 3.3.4 ### Link to minimal reproduction 文档demo报错,`TypeError: Cannot read properties of undefined (reading 'length')` ### Step to reproduce 文档demo报错,`TypeError: Cannot read properties of undefined...
### What problem does this feature solve 单一计数组件实现多种多样功能 ### What does the proposed API look like 1. 将倒计时改为参数,开发者可以使用参数来决定正增加还是负增加 2. 增加计数类型,开发者可以根据 数类型来决定 是时间 或 数字 正负增加 3. 增加 计数开始 事件 4....
### Version latest ### Vue Version latest ### Link to minimal reproduction null ### Step to reproduce null ### What is expected _No response_ ### What is actually happening _No...
### Version latest ### Vue Version latest ### Link to minimal reproduction   ### Step to reproduce 按照主题,然后在main 里面引入并设置主题 ### What is expected _No response_ ### What is actually...
### Version 1.15.1 ### Vue Version v3.3.0 ### Link to minimal reproduction ```vue const change = status => { console.log(status) // status 总是为 true } ``` ### Step to reproduce...
` Failed to resolve import "vue-devui/row/index.es.js" from "src\layout\index.vue". Does the file exist? 17:47:45 [vite] Internal server error: Failed to resolve import "vue-devui/row/index.es.js" from "src\layout\index.vue". Does the file exist? Plugin: vite:import-analysis...