上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页
摘要: npm install less@3.9.0 npm install less-loader@4.1.0 下载完成后执行:npm run eject;暴露config等一些配置文件 const sassRegex = /\.(scss|sass)$/; const sassModuleRegex = 阅读全文
posted @ 2021-08-08 08:40 zjxgdq 阅读(32) 评论(0) 推荐(0) 编辑
摘要: "@grapecity/spread-excelio": "^14.1.4", "@grapecity/spread-sheets": "^14.1.4", "@grapecity/spread-sheets-charts": "^14.1.4", "@grapecity/spread-sheets 阅读全文
posted @ 2021-08-05 15:23 zjxgdq 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(84) 评论(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 阅读(174) 评论(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 阅读(38) 评论(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 阅读(23) 评论(0) 推荐(0) 编辑
摘要: mock.js官⽹:http://mockjs.com/ 安装命令:npm install --save mockjs scr>mock>index.ts import Mock from 'mockjs'; //设置请求延时 Mock.setup({ timeout:'200-2000',//单位 阅读全文
posted @ 2021-06-20 10:00 zjxgdq 阅读(613) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页