Currently, my code includes:
var images = Array.from(this.$refs["dynaContent"].querySelectorAll("img"));
While this code functions properly on the webpage, there is an error log displayed in the terminal:
ERROR [Vue warn]: Error in nextTick: "TypeError: Cannot read property 'getElementsByTagName' of undefined"
https://i.sstatic.net/IFNtz.png
I am aiming to target all img tags within a div that has a ref dynacontent and a class .dynamic-content.