摘要: https://blog.csdn.net/qq_38519358/article/details/99653288 http://momentjs.cn/ https://wenwen.sogou.com/z/q803402367.htm 阅读全文
posted @ 2020-10-12 17:07 ThisCall 阅读(284) 评论(0) 推荐(0) 编辑
摘要: export default { props:['ctype'], computed: { normalizedSize: function () { return this.ctype.trim().toLowerCase() } }, data(){ return{ thistype:this. 阅读全文
posted @ 2020-10-12 15:25 ThisCall 阅读(955) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/baidu_41837668/article/details/103241429 npm install --save nprogress // 进度条 一般是在main.js import NProgress from 'nprogress' impor 阅读全文
posted @ 2020-10-12 14:53 ThisCall 阅读(153) 评论(0) 推荐(0) 编辑