Skip to content

Fix issues with prefetch override docs #2010

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

Merged
merged 1 commit into from
Aug 6, 2018

Conversation

misenhower
Copy link
Contributor

This fixes the following issues:

  • The option is fileBlacklist, not fileBlackList (lowercase "L").
  • This option is not specified by default, so you have to make sure it exists before calling push on it.
  • You have to use options[0] to access the first options array member to get to the actual plugin options object (I'm not sure if this is documented better elsewhere?).

@yyx990803 yyx990803 merged commit e21c49a into vuejs:dev Aug 6, 2018
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

Successfully merging this pull request may close these issues.

2 participants