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

[BUG] 公共属性取值错误 #39

Closed
cryzzchen opened this issue Apr 7, 2022 · 0 comments · Fixed by #42
Closed

[BUG] 公共属性取值错误 #39

cryzzchen opened this issue Apr 7, 2022 · 0 comments · Fixed by #42
Assignees
Labels

Comments

@cryzzchen
Copy link

cryzzchen commented Apr 7, 2022

1. 公共属性取值错误

Example:

<p>{{ data.count }}</p>

Expect values: this.data.countthis["data"]["count"]

Recieved: this["data.count"]

@cryzzchen cryzzchen added the Bug label Apr 7, 2022
@cryzzchen cryzzchen changed the title BUG:公共属性取值解析错误 编译器问题记录 Apr 7, 2022
@cryzzchen cryzzchen changed the title 编译器问题记录 BUG: 公共属性取值错误 Apr 7, 2022
@cryzzchen cryzzchen changed the title BUG: 公共属性取值错误 [BUG] 公共属性取值错误 Apr 7, 2022
@ChrisCindy ChrisCindy linked a pull request Apr 12, 2022 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants