08 2020 档案

摘要:安装:npm install --save vue-pdf 组件:pdfCom.vue <template> <div class="show-pdf"> <div> <pdf v-if="pdfSrc" :src="pdfSrc" :page="currentPage" @num-pages="p 阅读全文
posted @ 2020-08-25 18:36 杏子熟了 阅读(1818) 评论(2) 推荐(0) 编辑
摘要:<template> <div class="canlendarPanel"> <div class="canlendar-header"> <el-row :gutter="20" type="flex" class="row-bg" justify="center"> <el-col :span 阅读全文
posted @ 2020-08-20 14:41 杏子熟了 阅读(601) 评论(0) 推荐(0) 编辑
摘要:最终实现: 1.路由 index.js文件,在大项目中我们将每个层级的路由拆分成多个文件,在主路由router/index.js中引用。 import Vue from 'vue' import Router from 'vue-router' import index1 from './modul 阅读全文
posted @ 2020-08-12 17:58 杏子熟了 阅读(2838) 评论(0) 推荐(0) 编辑