vue中router-view不显示

在src---->route---->index.js中,把mode:history注释掉

export default new Router({
  // mode:'history',
  routes: [
    {
      path: '/',
      name: 'root',
      components: {
        main:PostLIst
      }
    },

 

posted @ 2020-07-22 09:21  张永峰z  阅读(4261)  评论(0编辑  收藏  举报