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

regression: parsing error in templates (v0.34.2) #1160

Closed
cexbrayat opened this issue Apr 10, 2022 · 1 comment
Closed

regression: parsing error in templates (v0.34.2) #1160

cexbrayat opened this issue Apr 10, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@cexbrayat
Copy link
Member

Bumping from 0.33.9 to 0.34.2, we are running into a parsing error in components that use the v-t directive from vue-i18n@9.2.0-beta.34

<div id="score" v-t="{ path: 'chart.user'"></div>
src/chart/Chart.vue:13:30 - error TS1005: ',' expected.

13   <div id="score" v-t="{ path: 'chart.user'}"></div>
                                ~

src/chart/Chart.vue:13:44 - error TS1005: ':' expected.

13   <div id="score" v-t="{ path: 'chart.user'}"></div>
                                              ~

I'm not sure that is the same issue as #1156 , feel free to close if that is the case.

@johnsoncodehk johnsoncodehk added the bug Something isn't working label Apr 10, 2022
@johnsoncodehk
Copy link
Member

Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants