Skip to content
New issue

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

数据绑定问题? #9

Closed
xingzhewj opened this issue Jan 26, 2018 · 2 comments
Closed

数据绑定问题? #9

xingzhewj opened this issue Jan 26, 2018 · 2 comments

Comments

@xingzhewj
Copy link

export default {
data: {
msg: 'world'
}
}
是不是因该是:
export default {
initData() {
return {
name: 'walker'
}
}
}

@LeeeeeeM
Copy link

一样的,最后都是从merge后的data里面获取,你看下源码

@ksky521
Copy link
Collaborator

ksky521 commented Oct 15, 2020

已经重构了,issue关了,有问题再开

@ksky521 ksky521 closed this as completed Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants