in which life cycle will I know that data is confirmed?
data() {
return {
copyFoo: this.$function.xxxx,
cheak: true,
I have a data property of copyFoo, and I use a method to get copyFoo
data, so it takes a period of time to get it, right?
excuse me, in that life cycle, all the data properties here are determined?