91:19 error Expected to return a value in "noChildren" computed property vue/return-in-computed-property
94:20 error Expected to return a value in "hasChildren" computed property vue/return-in-computed-property
代码截图如下:
你没return出来
computed计算属性需要把值retrun出来