element-plus icon indicating copy to clipboard operation
element-plus copied to clipboard

fix(components): [tabs] nav offset error when use both number and string

Open tolking opened this issue 2 years ago • 2 comments

closed #8565

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

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

The uid is a unique value in Vue, so use uid instead of tabName to distinguish different TabBar components.

before

after

tolking avatar Aug 06 '22 04:08 tolking

github-actions[bot] avatar Aug 06 '22 04:08 github-actions[bot]

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

github-actions[bot] avatar Aug 06 '22 04:08 github-actions[bot]

@btea done

tolking avatar Aug 26 '22 14:08 tolking