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

feat: pass to and from to async data from vue-router #159

Merged
merged 1 commit into from
Feb 23, 2020

Conversation

exreplay
Copy link
Owner

BREAKING CHANGE: If you ever used the passed route in asyncData, it might break because now a object is passed with to and from.

BREAKING CHANGE: If you ever used the passed `route` in asyncData, it might break because now a object is passed with `to` and `from`.
@codecov
Copy link

codecov bot commented Feb 23, 2020

Codecov Report

Merging #159 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #159   +/-   ##
============================================
  Coverage        98.96%   98.96%           
============================================
  Files               20       20           
  Lines              194      194           
  Branches            24       24           
============================================
  Hits               192      192           
  Misses               1        1           
  Partials             1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4df0b2...ef2bf78. Read the comment docs.

@exreplay exreplay merged commit a613aa9 into development Feb 23, 2020
@exreplay exreplay deleted the feat/async-data-route-to-from branch February 23, 2020 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant