0👍
try this hope it will help you
onClick(){
var t;
var _this=this
this.getshop().then(function(value) {
_this.options1= value
});
this.cols.push({
select1:'',
qty:0 });
},
- [Vuejs]-How to add event listeners to Vue socket cluster client in a method?
- [Vuejs]-VueMq custom breakpoints and imports
Source:stackexchange.com