1、beforeCreated/created区别? beforeCreated钩子能干什么
2、data中使用props
3、get/set依赖收集
get收集依赖(观察者)
set 观察者重新求值、渲染
异步队列
js单线程语言:调用栈、任务队列、事件循环