摘要: 1.npm i vue-i18n 2. 3.main.js 4.vue页面 阅读全文
posted @ 2022-04-22 10:57 koo- 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 1.在asstes文件夹新建 2.在main.js读取本地json语言包 3.在vue页面t这样引用 阅读全文
posted @ 2022-04-21 20:55 koo- 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1.pdf分页显示 2.没有分页 阅读全文
posted @ 2022-04-20 17:16 koo- 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 1.安装lib-flexible 终端执行命令:npm i lib-flexible --save 2.在main.js引入lib-flexible 3.终端执行命令:npm install postcss-pxtorem@5.1.1 4.在.postcssrc.js添加代码 5.在根目录建文件 阅读全文
posted @ 2022-04-20 10:43 koo- 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 解决:.catch()不能省略(因为取消操作时,无法捕获) .then(res => {...}) .catch(()=>{});(then之后把catch加上) 阅读全文
posted @ 2022-04-01 11:13 koo- 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 报错: 原因:data里没写return{} 阅读全文
posted @ 2022-03-23 18:36 koo- 阅读(54) 评论(0) 推荐(0) 编辑
摘要: html: //收藏 <el-table-column prop="isOpen" label=""> <template slot-scope="scope"> <el-button @click="Collect(scope.$index, scope.row)" type="primary"> 阅读全文
posted @ 2022-03-07 11:03 koo- 阅读(46) 评论(0) 推荐(0) 编辑
摘要: html: <el-table-column prop="remark" label=""> <template slot-scope="scope"> <el-input v-model="scope.row.remark" type="text" /> </template> </el-tabl 阅读全文
posted @ 2022-03-07 10:52 koo- 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-02-16 15:27 koo- 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 在 utils.js文件添加一句代码 publicPath:'../../', 阅读全文
posted @ 2022-02-16 10:48 koo- 阅读(315) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示