07 2021 档案

摘要:https://zhuanlan.zhihu.com/p/59765568 转载 阅读全文
posted @ 2021-07-27 15:34 zjxgdq 阅读(18) 评论(0) 推荐(0) 编辑
摘要:https://www.vue365.cn/menu-navigation-plugins/ main import VJstree from 'vue-jstree' Vue.use(VJstree) <v-jstree :data="data" show-checkbox multiple al 阅读全文
posted @ 2021-07-26 08:47 zjxgdq 阅读(85) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/wqnmlgbsz/p/13065319.html npm install x-data-spreadsheet 代码 <template> <div id="x-spreadsheet-demo"></div> </template> <script 阅读全文
posted @ 2021-07-21 17:26 zjxgdq 阅读(183) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/LUA123/p/11281604.html 秘钥 NNr3GC89RHOHwpfZFz37YRQU0IC5ZLVw 阅读全文
posted @ 2021-07-14 17:07 zjxgdq 阅读(15) 评论(0) 推荐(0) 编辑
摘要:解决重复使用路由问题 main.js import Router from 'vue-router' const routerPush = Router.prototype.push Router.prototype.push = function push(location) { return r 阅读全文
posted @ 2021-07-13 10:10 zjxgdq 阅读(67) 评论(0) 推荐(0) 编辑
摘要:module.exports ={ lintOnSave:false, outputDir:'dist', assetsDir:'static', productionSourceMap:false, publicPath:'./' , devServer:{ open:true, host:'0. 阅读全文
posted @ 2021-07-12 08:03 zjxgdq 阅读(40) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="about-page"> <el-carousel height="700px" :interval="3000" arrow="always"> <el-carousel-item v-for="(item, index) in imgs" :key= 阅读全文
posted @ 2021-07-08 10:09 zjxgdq 阅读(24) 评论(0) 推荐(0) 编辑