遇到了下边这样的情形
vue 里定义 data:{imgsrc:''}
在控制台显示 value ( blob 地址) console.log(value)
把 value 传递给 imgsrc this.imgsrc=value
控制台内容 blob:http://test02.test/3b12f6e2-e214-4021-a5b1-axxxxxxxx TypeError: Cannot set property 'imgsrc' of undefined
请教一下,如何把 value 传递给 imgsrc 呢?