浅析vuecomponent组件使用

component 使用

创新互联建站是一家专注于成都网站建设、成都做网站与策划设计,依兰网站建设哪家好?创新互联建站做网站,专注于网站建设十多年,网设计领域的专业建站公司;建站业务涵盖:依兰等地区。依兰做网站价格咨询:18980820575

component的注册

1.全局注册

使用用Vue.component('componentName',{template:'

hello world
'})在初始化实例之前。

componentName自定义名称

在实例声明的作用域下中使用 成功渲染效果就是 '

hello world

Vue.component('my-component',{ 
      template:'
hello world
' }

组件中的数据使用 

component不能使用实例的data ,但是可以在component 使用data 声明变量,data的使用只能使用函数形式

Vue.component('my-component',{ 
      template:'
hello world {{comdata}}
', data:function(){return {comdata:'hehe'}} });

2.局部主持

在实例化的new Vue 中设置components

var app=new Vue({ 
      el:'#app', 
      components:{'example':{template:'
children template
'}} })

组件中的数据使用

var app=new Vue({ 
      el:'#app', 
      data:{num:220}, 
      components:{ 
        'example':{ 
          template:'
children template{{mydata}}
', data:function(){return {mydata:' mydata=data'};} } } })

注意:组件不能使用实例的data:{num:220}的参数会报错

组件中同样支持methods、computed等其他属性 不会冲突保持相对的独立

这时候就必须考虑不同组件的数据通信问题

vue js总结来说通过props down events up 来传输数据

给父级调用数据使用props声明,给子集调用使用events来声明

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持创新互联。


新闻标题:浅析vuecomponent组件使用
链接分享:http://bzwzjz.com/article/ppiics.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 高端网站设计 成都商城网站建设 教育网站设计方案 成都响应式网站建设 外贸网站设计方案 网站建设方案 成都网站设计制作公司 成都网站建设 成都企业网站建设 响应式网站设计 成都网站建设 定制网站建设多少钱 重庆企业网站建设 自适应网站建设 四川成都网站设计 重庆网站建设 成都定制网站建设 网站建设改版 高端网站建设 高端品牌网站建设 定制网站建设 网站设计