vue-devui icon indicating copy to clipboard operation
vue-devui copied to clipboard

UI components based on Vue3 and DevUI Design

Results 255 vue-devui issues
Sort by recently updated
recently updated
newest added

### What problem does this feature solve 希望table组件加入虚拟滚动 ### What does the proposed API look like 希望table组件加入虚拟滚动

feature

### Version [email protected] ### Vue Version 3.3.4 ### Link to minimal reproduction doc: ![image](https://github.com/DevCloudFE/vue-devui/assets/20475917/7bfa51e2-ad10-4e53-b7ae-db7d7fc3554d) real: ![image](https://github.com/DevCloudFE/vue-devui/assets/20475917/d2aa5912-20b2-4e72-a2ca-dc33cb070443) ### Step to reproduce just try a plain project ### What is expected _No...

bug

### 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 此处按照文档步骤 按需引入 : ![image](https://github.com/DevCloudFE/vue-devui/assets/118251570/e8e0a244-6ee8-46bb-bd22-2db0be489a6f) 但是在使用组件的时候 生成的 components.d.ts文件中 splitter-pane 的路径不对 ![image](https://github.com/DevCloudFE/vue-devui/assets/118251570/dad8f0de-aef4-4078-9685-5894a7adcd4d) 他正确的路径应该是在 splitter包中...

bug

### 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...

bug

### 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...

bug
duplicate

### What problem does this feature solve 单一计数组件实现多种多样功能 ### What does the proposed API look like 1. 将倒计时改为参数,开发者可以使用参数来决定正增加还是负增加 2. 增加计数类型,开发者可以根据 数类型来决定 是时间 或 数字 正负增加 3. 增加 计数开始 事件 4....

feature

### Version latest ### Vue Version latest ### Link to minimal reproduction null ### Step to reproduce null ### What is expected _No response_ ### What is actually happening _No...

bug

### Version latest ### Vue Version latest ### Link to minimal reproduction ![image](https://user-images.githubusercontent.com/53595254/233013571-f7372440-2075-46ee-b496-c054c70db0d6.png) ![image](https://user-images.githubusercontent.com/53595254/233013697-67b1d95f-11fb-4129-a5b3-2c74037a9580.png) ### Step to reproduce 按照主题,然后在main 里面引入并设置主题 ### What is expected _No response_ ### What is actually...

bug

### 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...

bug

` 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...

bug