# 初始化数据
在Vue2中,响应式数据的初始化是在哪个方法中完成的?
## 答案
beforeCreate()
## 选项 ### A
created()
### B
mounted()
### C
beforeMount()