摘要: 是因为组件没有注册到vue的dom中, components: { BrandSlider2 }, 阅读全文
posted @ 2020-04-05 18:51 ThisCall 阅读(939) 评论(0) 推荐(0) 编辑
摘要: html <input id="file" type="file" accept=".map" onchange="upload()" /> JS document.getElementById('file').value = null; vue <input ref="referenceUploa 阅读全文
posted @ 2020-04-05 11:04 ThisCall 阅读(440) 评论(0) 推荐(0) 编辑
摘要: VSCode 安装Vue 插件 - vetur 想要编辑器识别vue文件需要安装vue插件,在VSCode上好用的是vetur 如下图:(如果没有安装就会出现安装按钮,点击进行安装) 安装完成之后,重启VSCode,就能识别vue文件了,方便我们编写代码. 阅读全文
posted @ 2020-04-05 09:24 ThisCall 阅读(476) 评论(0) 推荐(0) 编辑