页面滚离顶部一定距离的时候显示返回顶部图标,点击图片一定的速度返回顶部。

组件文件路径:src\components\public\goTop.vue
引用方式以及文件路径:src\components\show.vue
id= "show" >import goTop from "./public/goTop"; export default { data() { return { data: [] } }, components:{ 'v-goTop': goTop }, methods: { } }
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/221361.html原文链接:https://javaforall.net
