-
Notifications
You must be signed in to change notification settings - Fork 55
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
Problem with CLI 3 configuration and html tags #75
Comments
I have the problem when the style is "scoped". Do you have a solution for this? |
@kevingobert Have you solved this issue? |
@mantasdaraciunas No, I have not found a solution. |
Just come across this. Seems if you have e.g. <p v-translate>Hello <strong>World</strong></p> becomes <p v-translate data-v-abc123>Hello <strong data-v-abc123>World</strong></p> and translations no longer match. @kevingobert Did you find a solution? |
I'm experiencing the same issue and wanted to check if there are any updates on this. |
We are experiencing the same exact issue, the data-v variable with A solution to this problem might be using regex, remove the randomly generated For example |
Same issue here, any news on this ? |
Translations don't match because VueJS adds the data-v attribute.
Config
![screenshot 2018-09-27 17 49 27](https://user-images.githubusercontent.com/2988420/46158227-b2b97800-c27d-11e8-876a-f04931609b97.png)
Edit 28/09
I only have this problem when using it in a component with html tags in string
Thanks
The text was updated successfully, but these errors were encountered: