GaoNeng
GaoNeng
### Version latest ### Vue Version latest ### Link to minimal reproduction https://vue-devui.github.io/components/tabs/#%E6%B7%BB%E5%8A%A0-%E5%88%A0%E9%99%A4 ### Step to reproduce 1. 打开官网 2. 打开Tabs组件 3. 在添加/删除节不断添加 4. 会发现溢出不截断错误 ### What is expected 超出容器宽度时应当截断或显示省略号,例如[React...
### What problem does this feature solve 现阶段开发者如果想要自定义主题的话,需要一层一层的翻开源代码,然后覆盖变量。 我认为或许在每个组件的文档中写出使用的变量或许可以帮助开发者更好的定制主题 ### What does the proposed API look like 最好是列出一个分页表格。例如 |变量名|默认值| |:-:|:-:| |...|...| > 分页器
### What problem does this feature solve 最近使用devui来尝试开发的时候发现的一个问题。 ## ```` a-side组件感觉缺少了很多东西,比如断点和收缩功能。如果开发者还需要从头开始写响应式,那为什么还要选择我们的库。 ### What does the proposed API look like ## ```` - collapsed - boolean - 默认收起 - breakpoint -...
### Version @1.0.0-rc.1 ### Vue Version 3.2.25 ### Link to minimal reproduction https://github.com/GaoNeng-wWw/bug-repository/ ### Step to reproduce 1. clone repository 2. yarn install / npm install 3. 使用vscode打开clone下来的本地仓库 ### What...
为了反抗一系列霸凌行为,我成立了一个灯塔项目。包括但仅限于`校园霸凌`,`职场霸凌`,`性霸凌`等。网站会不定期更新文档,也欢迎各位开发者们前来一同贡献 网站地址: https://www.light-tower.top 代码仓库: https://gitee.com/tongchen-dev/light-tower
### Environment ``` Working directory: /workspace 7:45:07 AM Nuxt project info: 7:45:07 AM ------------------------------ - Operating System: Linux - Node Version: v20.9.0 - Nuxt Version: 3.9.0 - CLI Version: 3.10.0...
# PR ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-vue/blob/dev/CONTRIBUTING.md) - [ ] Tests for the...
### What problem does this feature solve Encapsulate some commonly used excessive animations ### What does the proposed API look like Take a Fade transition animation as an example ##...