在vue的源码中的initState初始化方法中就有执行的一个顺序

见源码 (opens new window)

Props -> Methods -> Data -> Computed -> Watch

initState初始化方法顺序