fullScreenRoute.js 189 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 import loadable from '@loadable/component' const exact = true export default [ { url: '/login', exact, component: loadable(() => import('@/view/login')) } ]