12 2020 档案

摘要:在用了vue快一年后,已经有了项目经验的基础上,再回头看vue官网,会发现很多以前遗漏的或者用不到但实际上必须要了解的知识。 重新学习!! 深入了解vue原理!! q0: vue组件通讯props须知 props不建议使用数组,props:[] // 对象 props:{ inpVal:{ type 阅读全文
posted @ 2020-12-21 16:13 吾本人间一叶茶 阅读(145) 评论(0) 推荐(0)
摘要:*****html5新特性 1、HTML5播放器,支持的视频格式有:MP4、WebM、OGG;支持的音频格式:mp3、wav、ogg 2、全屏API //W3C建议 HTMLElement.requestFullscreen() //Chrome、safari、Opera浏览器 HTMLElemen 阅读全文
posted @ 2020-12-17 11:56 吾本人间一叶茶 阅读(280) 评论(0) 推荐(0)
摘要:摘自:https://blog.csdn.net/qq_44469200/article/details/103679882【深刻认识this.$store.dispatch() 与 this.$store.commit()的区别】 commit: 同步操作 this.$store.commit(' 阅读全文
posted @ 2020-12-17 09:56 吾本人间一叶茶 阅读(807) 评论(0) 推荐(0)
摘要:str="mynameiswangxiaoming" # #从左到右,删除某字符左边元素(包含该字符),保留右边元素 echo ${str#*wang} # xiaominng # ##删除从左边到最后一个i的所有元素,保留右边元素 echo ${str##*i} # ng # %删除右边字符,保留 阅读全文
posted @ 2020-12-10 14:26 吾本人间一叶茶 阅读(183) 评论(0) 推荐(0)
摘要:1、npm run dev后 You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the next line. Use /* eslint-disable * 阅读全文
posted @ 2020-12-04 10:12 吾本人间一叶茶 阅读(400) 评论(0) 推荐(0)
摘要:标识线 markLine: {symbol: ['none', 'none'], lineStyle: { normal: { type: 'solid', color: 'blue' } }, label: { normal: { show: true, position: 'middle',提示 阅读全文
posted @ 2020-12-03 15:01 吾本人间一叶茶 阅读(3497) 评论(0) 推荐(0)

Live2D