tiny-vue
tiny-vue copied to clipboard
TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
# 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) - [x] Tests for the changes...
### Version latset ### Vue Version latset ### Link to minimal reproduction https://tinyuidesign.cloudbu.huawei.com/tiny-vue/zh-CN/os-theme/components/tree#highlight-current ### Step to reproduce . ### What is expected tree in tinytheme is different tinytheme select all...
### Version 3.10.0 ### Vue Version 3.2.47 ### Link to minimal reproduction ``` 右侧弹窗 标题区 确 定 取消 import { ref } from 'vue' import { Button as TinyButton, DialogBox...
# 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) - [x] Tests for the changes...
### Version 3.11.1 ### Vue Version 3.3.7 ### Link to minimal reproduction {{ row.edit }} // true {{ tableData[rowIndex].edit }} // false const tableData = reactive([]) ... const { data...
### What problem does this feature solve 制作黑色主题应该反向生成色阶 ### What does the proposed API look like 无 ### What is your project name sr
### What problem does this feature solve 提供黑暗风格主题 ### What does the proposed API look like 无 ### What is your project name sr
### Version latest ### Vue Version latest ### Link to minimal reproduction 场景1:allow-create + filterable,点击创建条目 场景2:allow-create + filterable + default-first-option,Enter 键创建条目 场景3:下拉框显示新增按钮 label value 取消 确定 import { Select, Option,...
### Version latest ### Vue Version latest ### Link to minimal reproduction ## 直接在官方的演练场替换如下代码 ### 地址:https://opentiny.design/vue-playground?cmpId=grid-toolbar&fileName=toolbar/insert-remove-rows.vue&apiMode=Options&mode=pc&theme=default ```vue import { Grid, GridColumn } from '@opentiny/vue' import { IconPlus, IconDel }...
### Version latest ### Vue Version latest ### Link to minimal reproduction 单选 多选 import { Select, Option, Modal } from '@hui3/vue' export default { components: { HSelect: Select, HOption:...