[Vuejs]-Push value in select option in vue

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 });

             },

Leave a comment