Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

computed value #22

Open
dlishtvan opened this issue Apr 23, 2019 · 0 comments
Open

computed value #22

dlishtvan opened this issue Apr 23, 2019 · 0 comments

Comments

@dlishtvan
Copy link

dlishtvan commented Apr 23, 2019

How I can get computed value from router

      {
        path: ':id',
        name: 'request-view',
        props: true,
        component: () => import('@pages/processing/requests/RequestEdit'),
        meta: {
          breadcrumb: ':id', // I need to get computed id
        }
      },

:id contains user id, and I want put it to my breadcrumb.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant