07 2019 档案
摘要:使用:兄弟组件之间进行传值; 安装:npm install vue-bus 在main.js中引入vue-bus 在组件中使用: A组件触发事件: this.$bus.emit("parameterName",params); B组件接收事件: this.$bus.on("parameterName
阅读全文
摘要:(1)使用 XMLHttpRequest 对象获取图片url的Blob值 注意这里的XMLHttpRequest必须使用异步模式,同步模式不能设置 responseType = "blob" (2)使用 FileReader 对象获取图片 Blob 对象的 data 数据
阅读全文

浙公网安备 33010602011771号