vue computed中$children能不能得到数组,如果没得到有哪些原因?

vue computed中$children能不能得到数组,如果没得到有哪些原因?
写例子的时候在computed中$children没有得到数组,在methods中
则得到了,希望明白的人解释下,感谢。

children时是否存在,是否为空。具体要看代码啊。

不能得到,computed在获取值的时候,还没有开始挂载数据,此时$children是一个空数组