youzan / vant

A lightweight, customizable Vue UI library for mobile web apps.

Home Page:https://vant-ui.github.io/vant/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report] BackTop 回到顶部 设置taget 无效果

xiaoyi510 opened this issue · comments

commented

重现链接

https://codesandbox.io/s/vant-3-issue-template-forked-sdfu5s?file=/src/App.vue

Vant 版本

"vant": "^4.0.7"

描述一下你遇到的问题。

设置taget 为 #id
点击无跳转效果

重现步骤

设置taget 为 #id
点击无跳转效果

设备/浏览器

No response

commented

https://codesandbox.io/s/vant-3-issue-template-forked-e6uwlj?file=/src/App.vue
那我为啥这样就不行 将id 设置到 van-cell上 且 回到顶部按钮也不见了

commented

https://codesandbox.io/s/vant-3-issue-template-forked-e6uwlj?file=/src/App.vue 那我为啥这样就不行 将id 设置到 van-cell上 且 回到顶部按钮也不见了

image

你的 target 设置为 '#test1',你的#test1容器要是个滚动区域啊。
看图片设置的target为 .container, .container 是个滚动区域

commented

https://codesandbox.io/s/vant-3-issue-template-forked-e6uwlj?file=/src/App.vue 那我为啥这样就不行 将id 设置到 van-cell上 且 回到顶部按钮也不见了

image

你的 target 设置为 '#test1',你的#test1容器要是个滚动区域啊。
看图片设置的target为 .container, .container 是个滚动区域