vue和jquery的比较

vuejs

  • 和jquery的比较

    jquery属于结构驱动,$(‘dom’).text = “hello, world”
    vuejs属于数据驱动,this.msg = “hello, world”