-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update tree demo #3066
Merged
Merged
docs: update tree demo #3066
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uyarn
approved these changes
Jan 30, 2024
Merged
16 tasks
uyarn
added a commit
that referenced
this pull request
Mar 10, 2024
* docs: update tree demo * chore: update snapshot --------- Co-authored-by: Uyarn <[email protected]>
uyarn
added a commit
that referenced
this pull request
Mar 10, 2024
* docs(form): 文档更新 (#3064) * docs(form): 文档更新 * docs(form): 文档更新 * fix(descriptions): title is already declared as a prop (#3065) * docs: update tree demo (#3066) * docs: update tree demo * chore: update snapshot --------- Co-authored-by: Uyarn <[email protected]> * chore(deps-dev): bump @babel/eslint-parser from 7.19.1 to 7.23.10 (#3072) Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.19.1 to 7.23.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.10/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs: add composition api demo (#3081) * docs(upload): justify upload demo request-method.vue * docs(upload): composition api demo * chore: eslint ignore examples * docs(table): remove dulplicate varaibles * docs(table): add composition-api demo * docs(notification): fix offset demo code * docs: add composition api demo of components with first letter `a` * docs: add composition api demo of components with first letter `a` * docs: add composition api demo of components with first letter `c` * feat: support various demo display * docs: add composition api demo of components with first letter `d ~ g` * docs(form): add composition demo * docs: add composition api demo of components with first letter `i` * docs: add composition api demo of components with first letter `l ~ p` * docs: add composition api demo of components with first letter `r ~ s` * docs: add composition api demo of components with first letter `t` * docs(table and upload): update composition api demo * docs(table and upload): fix composition api demo * docs(table): fix table composition api demo * docs(tag-input): add draggable.vue composition-api demo * docs(all): fix demo never used * test: update snapshots * feat: complete whole demo display process * feat: complete whole demo display process * feat: set up codesandbox with vite * feat: stackblitz work for vue 2.7 --------- Co-authored-by: Uyarn <[email protected]> Co-authored-by: HaixingOoO <[email protected]> * chore: remove assign CI (#3088) * chore: fix demo tab name (#3090) * feat: support table filter input; fix fixed columns in dialog problem (#3098) * [Slider] support label=null or label = false to hide label tips (#3100) * docs(Table): update demo * feat(Slider): support label=null * fix(Slider): label * fix(Slider): hideEmptyPopup * test: update snapshots * feat(table): 支持全局配置 size (#3103) * fix(table): primary-table expose refreshTable function (#3104) * fix(Descriptions): fix descriptions item prompt (#3105) * fix: fix descriptions item prompt * chore: update common * fix(Datepicker): value display wrong with special format (#3106) * chore: release 1.9.1 (#3107) * chore: release 1.9.1 * chore: changelog's changes * chore: resolve warning --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: liweijie0812 <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: sheepluo <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: HaixingOoO <[email protected]> Co-authored-by: Lyan-u <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
📝 更新日志
docs(tree): createElement -> h
docs(tree): 删除没有使用到的变量,避免代码转换到 Vue3 时,出现一堆 unused variable lint errors
docs(tree): 修改重复的变量命名,以便转换到 Vue3 时出现变量冲突
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单