Arrow functions solve this pointing problem

        mounted:function(){
            this.$http.get('product-class/index-class').then((response) =>{
                this.productClass=response.data;
            })
        },

 refer to

https://segmentfault.com/a/1190000012533993

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326178252&siteId=291194637