zoukankan      html  css  js  c++  java
  • vue的开发工具插件确实好用,能看到各个变量的变化,父子组件传值是数据驱动,如果子组件的值没有成功传回来,会导致父组件的值后面事件再触发的时候不变化,如果父组件里的值没有变化,就不会重新传给子组件的props,子组件就没了动静了

    如题

    id:"0"
    visible:false
    $route
    path:"/example/table"
    query:Object (empty)
    params:Object (empty)
    fullPath:"/example/table"
    name:"Table"
    meta:Object
    clientAreaOptions:Array[22]
    clientDemandLevelOptions:Array[3]
    0:Object
    1:Object
    2:Object
    dialogStatus:"update"
    positionNameList:Array[12]
    processStateOptions:Array[14]
    resumeSourceOptions:Array[6]
    resumeWayOptions:Array[4]
    0:Object
    1:Object
    2:Object
    3:Object
    softWareCenterList:Array[9]
    temp:Object (empty)
    textMap:Object
    create:"新增一个候选人"
    update:"编辑订单及候选人详细信息——>"
    dataForm:<ElForm>
  • 相关阅读:
    寒假学习10
    寒假学习9
    寒假学习8
    寒假学期7
    寒假学习6
    寒假学习5
    寒假学习4
    Notification通知栏的使用
    Service的使用
    BroadcastReceive的使用
  • 原文地址:https://www.cnblogs.com/DDBD/p/13171246.html
Copyright © 2011-2022 走看看