var app;
app = new Vue({    el: "#app",    data: {        value: "hello world",
    }
});Vue.component('login', {   template: '<h1>login</h1>'})
结果报错:[Vue warn]: Unknown custom element: <login> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
(found in <Root>)
哪位大侠能为小白指点下?
 子衿沉夜
子衿沉夜 
					手掌心
 随时随地看视频慕课网APP
随时随地看视频慕课网APP
相关分类