美文网首页
VUE路由初始化 Cannot read property '$

VUE路由初始化 Cannot read property '$

作者: 伐无道 | 来源:发表于2018-02-09 13:56 被阅读0次

    记录一下学习日志,免得再犯这种低级错误

    VUE 

    Router初始化报错,Cannot read property '$createElement' of undefined

    //设置路由

    const router =new VueRouter({

    mode:'history',

    base:__dirname,

    routes:[

    {path:"/",components:Users},

    {path:"/test",components:Test}

    ]

    })

    百度一下,是因为是component

    相关文章

      网友评论

          本文标题:VUE路由初始化 Cannot read property '$

          本文链接:https://www.haomeiwen.com/subject/htfeaxtx.html