为了账号安全,请及时绑定邮箱和手机立即绑定

vue.js组件问题

vue.js组件问题

森栏 2018-10-11 13:15:24
<div id="app2">        {{message2}}        <parent></parent>    </div>    <script>        var child2 = Vue.extend({            template:'<p>this is child template</p>'        })        Vue.component('parent' , {            template:'<p>this is parent template</p><child1></child1>',            component:{                "child1":child2            }        })          var vm2 = new Vue({            el:"#app2",            data: {                message2 : "hello app2!"            }        })        </script>        以上代码出现报错求大神告知这为什么,应该如何修改,使得子组件里可以嵌套孙组件。
查看完整描述

1 回答

?
慕田峪4524236

TA贡献1875条经验 获得超5个赞

  1. 组件的template只能有一个祖先级节点

  2. 局部注册组件使用components而不是component

https://img1.sycdn.imooc.com//5bf6376b0001d2b609910215.jpg

查看完整回答
反对 回复 2018-11-22
  • 1 回答
  • 0 关注
  • 469 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信