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

Navigation issue #6

Open
nyavro opened this issue Jan 28, 2020 · 2 comments
Open

Navigation issue #6

nyavro opened this issue Jan 28, 2020 · 2 comments

Comments

@nyavro
Copy link
Owner

nyavro commented Jan 28, 2020

@nyavro Not sure if it'll be fixed within the same commit but there also seems to be an issue with navigating to properties when we're calling the i18n within template literals:

I can't CTRL + CLICK on this:

case 1: return `<strong>${this.$tc('modules.books.formFields.tabs.details.name')}:</strong> ${this.$tc('modules.books.formFields.tabs.details.description')}`

But can on this:

case 3: return this.$tc('modules.books.formFields.tabs.sites.hint')

Originally posted by @webnoob in #4 (comment)

@webnoob
Copy link

webnoob commented Jan 28, 2020

Sorry, didn't want to spam issues so wasn't sure if you needed it as a separate one :)

@nyavro
Copy link
Owner Author

nyavro commented Jan 28, 2020

That's ok, don't hesitate to create issues :)

nyavro added a commit that referenced this issue Jan 28, 2020
Issue sample reproduced in sample-vue project
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

2 participants