1. 程式人生 > >vue無縫滾動廣告外掛使用

vue無縫滾動廣告外掛使用

//安裝
npm install vue-seamless-scroll --save

//然後在main.js檔案裡面引入使用:
import scroll from 'vue-seamless-scroll'
Vue.use(scroll)

在頁面使用參考地址: https://chenxuan1993.gitee.io/component-document/index_prod#/component/seamless-default