cornerstoneVueWEB
cornerstoneVueWEB copied to clipboard
Cannot listen to CornerstoneImageRendered event
Hi, I am trying to listen to CornerstoneImageRendered event in Vue, but cannot find a way. I noticed that you commented the this.listenForCornerstoneImageRendered() code. I checked another project you write and the cornerstoneimageloadprogress event could be listened, but it's impossible to listen the CornerstoneImageRendered event. Did you find a way to listen to the CornerstoneImageRendered event? Thank you very much!
element.addEventListener('cornerstoneimagerendered', this.test11)
Use lower case for event names!
在vue中,事件名需要使用小写.我吐了