在vue的源码中的initState初始化方法中就有执行的一个顺序
见源码 (opens new window)
Props -> Methods -> Data -> Computed -> Watch
← vue 269个知识点(面试题)为你保驾护航 vue的computed实现原理 →