摘要:
npm install less@3.9.0 npm install less-loader@4.1.0 下载完成后执行:npm run eject;暴露config等一些配置文件 const sassRegex = /\.(scss|sass)$/; const sassModuleRegex = 阅读全文
摘要:
"@grapecity/spread-excelio": "^14.1.4", "@grapecity/spread-sheets": "^14.1.4", "@grapecity/spread-sheets-charts": "^14.1.4", "@grapecity/spread-sheets 阅读全文
摘要:
https://zhuanlan.zhihu.com/p/59765568 转载 阅读全文
摘要:
https://www.vue365.cn/menu-navigation-plugins/ main import VJstree from 'vue-jstree' Vue.use(VJstree) <v-jstree :data="data" show-checkbox multiple al 阅读全文
摘要:
https://www.cnblogs.com/wqnmlgbsz/p/13065319.html npm install x-data-spreadsheet 代码 <template> <div id="x-spreadsheet-demo"></div> </template> <script 阅读全文
摘要:
https://www.cnblogs.com/LUA123/p/11281604.html 秘钥 NNr3GC89RHOHwpfZFz37YRQU0IC5ZLVw 阅读全文
摘要:
解决重复使用路由问题 main.js import Router from 'vue-router' const routerPush = Router.prototype.push Router.prototype.push = function push(location) { return r 阅读全文
摘要:
module.exports ={ lintOnSave:false, outputDir:'dist', assetsDir:'static', productionSourceMap:false, publicPath:'./' , devServer:{ open:true, host:'0. 阅读全文
摘要:
<template> <div class="about-page"> <el-carousel height="700px" :interval="3000" arrow="always"> <el-carousel-item v-for="(item, index) in imgs" :key= 阅读全文
摘要:
mock.js官⽹:http://mockjs.com/ 安装命令:npm install --save mockjs scr>mock>index.ts import Mock from 'mockjs'; //设置请求延时 Mock.setup({ timeout:'200-2000',//单位 阅读全文