airyland / vux

Mobile UI Components based on Vue & WeUI
https://vux.li
MIT License
17.59k stars 3.71k forks source link

TabbarItem组件 的 link 怎样写才能没有历史记录 #1845

Closed Ruanyang2015 closed 7 years ago

Ruanyang2015 commented 7 years ago

TabbarItem组件 的 link 怎样写才能没有历史记录,文档上也没给对应的 Demo

airyland commented 7 years ago

使用 vue-router path 形式,并且 replace: true

:link="{path: '/demo', replace: true}"
llsy commented 7 years ago

image 为什么这样写无效?

airyland commented 7 years ago

@llsy 功能又不是在所有版本有效,为什么不说个版本号?

llsy commented 7 years ago

@airyland "vux": "^2.4.0" "vue": "^2.3.4"

查到了更新版本在2.5.5,忽略- -