viewweiwu/vue3-tabs-chrome

is-mousedown-active 属性无效

xinheHuang opened this issue · 2 comments

if (isMousedownActive) emit('update:modelValue', tab.key)
emit('update:modelValue', tab.key)

下面那行代码是不是应该删掉?

可能是有问题的,让我检查下

如你所说确实是有问题的,目前已经修复。可安装 0.3.1 版本。