Commit 28248740 by 冷斌

设置

parent dd69c803
...@@ -201,6 +201,10 @@ ...@@ -201,6 +201,10 @@
console.log('b', this.innerTab, this.tab); console.log('b', this.innerTab, this.tab);
} }
}, },
created: function () {
let _this = this;
console.log(_this);
}
}) })
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment