-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
how can i set route component conditional. such as when the isLoggedIn
data true
the "/" route wil be dashboard.
module.exports = function (router) {
router.map({
'/': {
// if isLogged in is true require "dashboard" componen else load home
component: require('./components/home.vue')
}})
})
how can i do it ?
controversial and corbin88
Metadata
Metadata
Assignees
Labels
No labels