vue定义全局this

//全局this,定义在初始化vue方法外,与import方法同级
let _this;

//初始化加载项
 created() {
   _this = this;
 },
Logo

前往低代码交流专区

更多推荐