Skip to content
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

refactor(docs): tooltip plugin #10440

Merged
merged 2 commits into from Nov 5, 2022
Merged

refactor(docs): tooltip plugin #10440

merged 2 commits into from Nov 5, 2022

Conversation

tolking
Copy link
Member

@tolking tolking commented Nov 5, 2022

Please make sure these boxes are checked before submitting your PR, thank you!

  • Make sure you follow contributing guide English | (中文 | Español | Français).
  • Make sure you are merging your commits to dev branch.
  • Add some descriptions and refer to relative issues for your PR.

link #10435

  • input
^[number]

^[enum]`'light' \| 'dark'`

^[string \| number]

^[Function]`(file: UploadFile) => void`
  • output
<api-typing type="number" details="" />

<api-typing type="enum" details="'light' | 'dark'" />

<api-typing type="string | number" details="" />

<api-typing type="Function" details="(file: UploadFile) => void" />

It can also be used with other spellings, eg

^[number] [element-plus](https://element-plus.org/)

^[number] ^[enum]`'light' \| 'dark'` [element-plus](https://element-plus.org/)

@github-actions
Copy link

github-actions bot commented Nov 5, 2022

@github-actions github-actions bot added the CommitMessage::Qualified Qualified commit message label Nov 5, 2022
@github-actions
Copy link

github-actions bot commented Nov 5, 2022

🧪 Playground Preview: https://element-plus.run/?pr=10440
Please comment the example via this playground if needed.

@jw-foss jw-foss merged commit 36c5aed into dev Nov 5, 2022
@jw-foss jw-foss deleted the docs/refactor-tooltip branch November 5, 2022 07:15
@element-bot element-bot mentioned this pull request Nov 6, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CommitMessage::Qualified Qualified commit message
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants