Skip to content

前端|为什么 Vue2 this 能够直接获取到 data 和 methods

本章任务提供

若川

学习目标

  1. 如何学习调试 vue2 源码
  2. data 中的数据为什么可以用 this 直接获取到
  3. methods 中的方法为什么可以用 this 直接获取到
  4. 学习源码中优秀代码和思想,投入到自己的项目中

学习任务

原文地址