UNPKG

@enso-ui/how-to

Version:
12 lines (10 loc) 242 B
const HowToIndex = () => import('../pages/howTo/Index.vue'); export default { name: 'howTo.videos.index', path: '/howTo/videos', component: HowToIndex, meta: { breadcrumb: 'how to', title: 'How To', }, };