fect-org / fect

Minimalist UI components built on Vue-next

Home Page:https://www.fect-org.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] fe-tabs无法通过直接改变active的value来切换tab

QiYuOr2 opened this issue · comments

Bug report 🐞

Version & Environment

  • @fect-ui/vue@1.5.0-rc.1
  • vue@3.2.33

Expection

手动修改active绑定的变量可以切换tab

Actual results (or Errors)

https://stackblitz.com/edit/vue-lcup1k?file=src/App.vue

commented

他看起来像是一个bug。根据源码的定义。tabs 确实是没法切换。这个bug会在下个版本进行修复。

commented

这个bug已经fix掉了 #3d8c986