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
data { checked: false } onLoad () { console.log(this.checked) // 第一次进入为 false, 第二次进入页面就变成了 true this.checked = true // 返回上一页 }
The text was updated successfully, but these errors were encountered:
#140 跟这个属于同一个问题,在现有的设计下,一个 Page 就只有一个 Vue.js 的实例。
Sorry, something went wrong.
�只有一个实例我觉得没问题,只是你们是否可以判断出页面退出(返回上一页)的状态,进行一个恢复初始 data 的操作?
issue超过30天无更新或响应,7天后将自动关闭,如果问题状态有更新请及时更新issue
No branches or pull requests
The text was updated successfully, but these errors were encountered: