VUE路由初始化 Cannot read property '$createElement' of undefined
记录一下学习日志,免得再犯这种低级错误VUERouter初始化报错,Cannotreadproperty'$createElement'ofundefined//设置路由constrouter=newVueRouter({mode:'history',base:__dirname,routes:[{path:"/",components:Users},{path:"/test",component