摘要: main.js import Vue from "vue"; import App from "./App.vue"; // 手动封装的krouter import router from './krouter' new Vue({ router, render: h => h(App) }).$m 阅读全文
posted @ 2021-09-14 19:59 Cupid05 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 很简易的弹出框,不想写样式了,凑活看吧 modal.vue <!-- * @Description: * @Version: 1.0 * @author: shihaixia * @Date: 2021-09-14 15:38:27 --> <template> <transition name=" 阅读全文
posted @ 2021-09-14 16:33 Cupid05 阅读(144) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="box" ref="box" @mousewheel="onScrollEvent"> <div class="boxItemStyle" v-for="(userTag, i) in dataSource" :key="i" ref="boxItemS 阅读全文
posted @ 2021-09-14 10:28 Cupid05 阅读(105) 评论(0) 推荐(0) 编辑