-
Notifications
You must be signed in to change notification settings - Fork 113
fix(types): Remove Router and Vuex dependency from types #246
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
Conversation
Codecov Report
Merging #246 (c9382eb) into main (eba2aed) will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## main #246 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 99 99 Branches 34 35 +1 ========================================= Hits 99 99
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 eba2aed...c9382eb. Read the comment docs.
releasing this one. As stated before, if anyone comes up with a better way of handling Router/Vuex types without actually importing them, I'm all ears :)
Closes #187
I'm not entirely sure this is the best way to fix the issue, but I want to get the ball rolling.