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

Resolving metaInfo breaks when third library (vuetify) returns a non-object[bug] #253

Closed
alfredriesen opened this issue Aug 26, 2018 · 2 comments
Labels

Comments

@alfredriesen
Copy link

Please provide here a verification for the case when metaInfo() returns undefined.
in getComponentOption.js

if (typeof data === 'function') {
   data = data.call(component) || {}
 }

Link: vuetifyjs/vuetify#4958

@manniL
Copy link
Member

manniL commented Sep 28, 2018

Has been resolved by vuetifyjs already. ☺️

However, we should consider a reasonable default value.

@manniL manniL added the bug label Jan 24, 2019
@pimlie
Copy link
Collaborator

pimlie commented Mar 7, 2019

Seems #279 was also a duplicate of this one. Closing this one in favor of that one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants