Open
Conversation
CpIconCircleButton내부에 elemental plus의 tooltip을 추가.
개요:CpIconCircleButton 및 TreeDetailFooter 컴포넌트에 툴팁이 추가되었습니다. 기본적으로 비활성화되어 있고, 상세 정보:
Uplevel your code reviews with CodeRabbit ProCodeRabbit ProIf you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects. |
There was a problem hiding this comment.
Files selected (3)
- src/components/commons/CpButton.stories copy.ts (1)
- src/components/commons/CpIconCircleButton.vue (4)
- src/components/tree/detail/TreeDetailFooter.vue (3)
Review comments generated (6)
- Review: 1
- LGTM: 5
Tips
Chat with
CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
| import { defineProps, defineEmits, computed } from "vue"; | ||
| import { ElButton } from "element-plus"; | ||
| import { ElButton, ElTooltip} from "element-plus"; | ||
|
|
This file contains hidden or 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
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.
Issues 번호 :
Closes #63
변경, 추가된 코드(설명 등)
코드 주의점
스크린샷
Summary by CodeRabbit