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
阅读全文
摘要:<template> <div class="canlendarPanel"> <div class="canlendar-header"> <el-row :gutter="20" type="flex" class="row-bg" justify="center"> <el-col :span
阅读全文
摘要:最终实现: 1.路由 index.js文件,在大项目中我们将每个层级的路由拆分成多个文件,在主路由router/index.js中引用。 import Vue from 'vue' import Router from 'vue-router' import index1 from './modul
阅读全文