[Vuejs]-Router Link not loading Component

0๐Ÿ‘

I believe you need the leading slash in your path.

{
    path: "/ledger/detail/:ledgerId",
    //...
}

Leave a comment