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

### Version 无 ### Vue Version 无 ### Link to minimal reproduction [mention组件](https://vue-devui.github.io/components/mention/#%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95) ### Step to reproduce 官网demo,目前的问题是输入@之后, 随便选择了一个,之后再输入@提示No suggestion matched,不清除作者设计组件的时候是只考虑只能@一个目标还是啥,看了下源码逻辑,是只要输入了@,那么后面输入的所有字符都会拿去过滤。 ### What is expected 【个人感觉不是很合理,是否可以@之后输入了一个空格 重置匹配 在下次输入@时候重新走之前的逻辑。】我自己的封装的组件逻辑是这么去写的。 ### What...

bug
contribution welcome

- 重构menu组件 - 修复了因为intersection-observer引发的bug

refactoring

### Version [email protected] ### Vue Version vue3 ### Link to minimal reproduction `npm create vite vue3 -- --template vue-ts` `cd vue3` `npm i vue-devui @devui-design/icons devui-theme` ### Step to reproduce...

bug

refactor(theme): 组件和demo适配主题,提取使用theme的公共方法

refactor: 词条国际化