Lydia's blog

Every day to be a little better


  • Home

  • Archives

  • Search

vue 路由中#

Posted on 2019-07-23 15:30

seo 中有需求 url中最好不要带有#,就去查了一下怎么做

1
2
3
4
const router = new VueRouter({
mode: 'history',
routes: [...]
})

参考:https://router.vuejs.org/zh/guide/essentials/history-mode.html

# vue
vue项目部署
子div设置margin-top使得父div也跟着向下移动

Lydia

This is lydia's blog

277 posts
1 categories
46 tags
© 2020 Lydia
Powered by Hexo
|
Theme — NexT.Muse v5.1.4