vue设置数据报错

this.$http.get(url).then(function(data){

                      this.$set('optionVal',data.data.rows);

                  },function(response){

                      console.log(response);

                  })

data.data.rows可以在控制台输出,报错TypeError: can't assign to properties of (new String("optionVal")): not an object

woshi昊
浏览 1544回答 1
1回答

pardon110

你这种写法,请确保vue版本是1.x
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Vue.js