-
Notifications
You must be signed in to change notification settings - Fork 247
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
Use a custom keyName dynamically #215
Comments
Hi @KaelWD What if you could get it trought I believe we should add it here: https://github.com/declandewet/vue-meta/blob/master/src/shared/%24meta.js#L14 Please mention me so I can get an email to follow this issue. |
Yeah that should be good. Do you know how I could use that though? I had this before which worked fine in SSR, but I think caused a race condition on the client-side because it would sometimes not apply. |
@atinux Just mentioning you on this as you requested. 🙂 |
Just ran into this issue with vuetify having the hardcoded value and my project using a different keyName. Took me quite some time to debug. As this issue is half a year old, has this been considered? Just looking for an update @atinux. Thanks! 🙂 |
vue-meta v2 will add a getOptions method so you can call |
@pimlie |
This issue has been closed as changes for it are included in the v2 release candidate. Please help us testing the release candidate and report any follow-ups in a new issue |
In vuetify we use vue-meta if
this.$meta
exists, but I had to hard-codemetaInfo
andhead
(for nuxt). Is there a way for my library to dynamically use whatever keyName the end user passed in?The text was updated successfully, but these errors were encountered: