0๐
โ
I had to remove this
from
mounted: function() {
this.UTIF.replaceIMG();
}
to
mounted: function() {
UTIF.replaceIMG();
}
Source:stackexchange.com