The image width renditions functionality of the image core component
breaks when using with Vue.jsThe error says as follows Uncaught
TypeError: Cannot read property 'removeAttribute' of null at
unwrapNoScript (clientlib-base.js:1877) at init (clientlib-base.js:1797)
at new Image (clientlib-base.js:2000) at HTMLDocument.onDocumentReady
(clientlib-base.js:2007) The error happens right here. The div with the
id app is being used as the Vue main template. This Vue template
encompass the whole page b...