1

Vue <router-link> cant parse props data when parsed using path="" rather than name=""

WHAAAAAAAATTTT??????

Comments
  • 3
    It sounds like you're missing something. Props are component level. Params are what's usually used with routing, and they're contained within the URL. So there's they're already in the path you're supplying.
  • 0
    @ScriptCoded as Im concerned

    first this prop parsed with the name "param" which might be confusing to url version of param (/route/:param)
    That a I call multilevel path

    Second, well nothing
Add Comment