npm.io
1.0.0 • Published 8 years ago

vueheader v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

App.Vue

router

export default new Router({ mode: 'history', routes: { path: '*', component: NotFoundComponent }, { path: '/', meta: { title: 'home', keyword: 'keyword', description: 'desc' }, name: 'Index', component: Index }, { path: '/admin', name: 'Login', meta: { title: 'login' }, component: Login }, { path: '/admin/main', name: 'Main', meta: { title: 'admin', keyword: 'text' }, component: Main } })

vue通过路由修改标题,关键字,描述
@infinitebrahmanuniverse/nolb-vueh@everything-registry/sub-chunk-3101
1.0.0

8 years ago

contact@npm.io