vue-seamless-scroll 无缝滚动

安装
npm install vue-seamless-scroll --save  

 

vue3 引入

import scroll from "vue-seamless-scroll/src";
import { createApp } from "vue";
const app = createApp(App);
app.use(scroll);

vue2  引入

import scroll from 'vue-seamless-scroll'
Vue.use(scroll)

 

posted @ 2021-06-25 15:04  ___mouM  阅读(506)  评论(0编辑  收藏  举报