/5 如果使用驼峰式命名组件,那么在使用组件的时候,只能在字符串模板中用驼峰的方式使用组件, // 7、但是在普通的标签模板中,必须使用短横线的方式使用组件 Vue.component...handle">点击了{{count}}次 测试123 # 6 在字符串模板中可以使用驼峰的方式使用组件 <HelloWorld...然后...
View is not updating between components in anuglar 2 I'm working on simple CRUD app using angular2. I have ProductListComponent which displays list of products, further this component has two child components ProductDetailComponent and ProductUpdateComp... ...