0
Solved.
mounted: function() {
return;
this.image_changed(this.template.linked_image);
return;
var element = document.getElementsByClassName('load_image');
var select = element[0];
console.log(select.value);
var ev = new Event('change');
select.dispatchEvent(ev);
}
- [Vuejs]-VueJS Material.io Drawer component variable binding
- [Vuejs]-What is the correct way to access nested JSON for use in Vue.JS components?
Source:stackexchange.com