We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
created() { this.transY = shared(1000) this.scrollTop = shared(0) this.startPan = shared(true) this.commentHeight = shared(1000) },
官方的文档变量都是定义在 data里, 没有看到关于this.变量名的说明,提供代码的示例经常看到这么写法,好像都是skyline 示例代码,文档里是不是应该更新一下? 还是我没有看到,(我知道这是js基本语法,webview 这么定义变量是有问题的,UI不会刷新)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
created() { this.transY = shared(1000) this.scrollTop = shared(0) this.startPan = shared(true) this.commentHeight = shared(1000) },
官方的文档变量都是定义在 data里, 没有看到关于this.变量名的说明,提供代码的示例经常看到这么写法,好像都是skyline 示例代码,文档里是不是应该更新一下? 还是我没有看到,(我知道这是js基本语法,webview 这么定义变量是有问题的,UI不会刷新)
The text was updated successfully, but these errors were encountered: