摘要: 1 下载 npm install vue-quill-editor --save 2 3 然后在main.js里面引入 4 /富文本编辑器 5 import VueQuillEditor from 'vue-quill-editor' 6 import 'quill/dist/quill.core.css' 7 import 'quill/dist/quill.snow.cs... 阅读全文
posted @ 2019-02-05 15:02 山外已有山 阅读(197) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter 资料来自MDN 阅读全文
posted @ 2019-01-31 17:37 山外已有山 阅读(328) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_42690685/article/details/81039700 这个教程叫你下载一个可以安装插件的工具,作用就是在你自己安装失败的时候方便用的。 然后你按照教程打开工具把下载好的插件放到工具里就好了。 阅读全文
posted @ 2019-01-30 17:22 山外已有山 阅读(515) 评论(0) 推荐(0) 编辑
摘要: by the way 阅读全文
posted @ 2019-01-30 16:05 山外已有山 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 前言 今天开发的时候出现了一个“bug",一直报错某个数据为null,而且即使全部都删除都没用,后面才发现原来是自己没有刷新页面,还有这个热 热重载 “热重载”不只是当你修改文件的时候简单重新加载页面。启用热重载后,当你修改 .vue 文件时,该组件的所有实例将在不刷新页面的情况下被替换。它甚至保持 阅读全文
posted @ 2019-01-30 15:57 山外已有山 阅读(120) 评论(0) 推荐(0) 编辑
摘要: export const ROLE_TYPE = [ { label: '管理员', value: 1 }, { label: '老板', value: 2 }, { label: '店长', value: 3 }, { label: '店员', value: 4 } ] export const 阅读全文
posted @ 2019-01-24 17:33 山外已有山 阅读(203) 评论(0) 推荐(0) 编辑
摘要: splice()原型:array.splice(start[, deleteCount[, item1[, item2[, ...]]]])下标,删除数量,增加的字符 1 ExamplesSection 2 Remove 0 (zero) elements from index 2, and insert "drum"Section 3 var myFish = ['angel', 'cl... 阅读全文
posted @ 2019-01-24 16:14 山外已有山 阅读(1114) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/template_strings 模板字符串就是普通字符串拼接的优化版本。 阅读全文
posted @ 2019-01-23 17:47 山外已有山 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 在APP.vue中加入这段代码 然后愉快的写css 阅读全文
posted @ 2019-01-23 16:52 山外已有山 阅读(3208) 评论(1) 推荐(0) 编辑
摘要: https://www.cnblogs.com/1032473245jing/p/8984641.html 阅读全文
posted @ 2019-01-22 18:07 山外已有山 阅读(156) 评论(0) 推荐(0) 编辑