nuxt-community / router-extras-module

Extra Add-ons For Nuxt 2 Router
https://codesandbox.io/s/github/nuxt-community/router-extras-module
MIT License
279 stars 12 forks source link

fix(extend-route): insert custom routes before unknown routes #123

Closed farnabaz closed 3 years ago

farnabaz commented 4 years ago

Detect Dynamica Unknown Nested Route and insert custom routes before that.

close #105

codecov[bot] commented 3 years ago

Codecov Report

Merging #123 (7d2c16f) into master (4544cfb) will increase coverage by 0.42%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
+ Coverage   92.53%   92.95%   +0.42%     
==========================================
  Files           3        3              
  Lines         134      142       +8     
  Branches       34       36       +2     
==========================================
+ Hits          124      132       +8     
  Misses         10       10              
Impacted Files Coverage Δ
lib/extras.js 91.45% <100.00%> (+0.62%) :arrow_up:

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 4544cfb...7d2c16f. Read the comment docs.