お世話になっております。vue.jsでWebページを作成しました
vue-smoothscroll
を使用して下記のようにコーディングしてあります。
<header style="display:fixed"></header> <h1 ref="top">TOP</h1> ・ ・ ・ methods:{ funcA(){ //topへ500カウント使用してスクロール this.$SmoothScroll( this.$refs.top, 500, null, null ) } }
あなたの回答
tips
プレビュー