2021年9月16日
摘要: 1. 安装 cnpm install vue-seamless-scroll -s 2. 在main.js中引入 // 无缝滚动插件 import scroll from 'vue-seamless-scroll' Vue.use(scroll) 3. 在vue的组件使用 <div v-if="po 阅读全文
posted @ 2021-09-16 12:09 pleaseAnswer 阅读(473) 评论(0) 推荐(0) 编辑