vue v-if v-else bug

vue 使用 v-if="arr.length>0" 配套 v-else 使用, v-if 和 v-else 同时生效,这算不算是一个 bug 呢?有什么办法可以解决呢? 代码: {代码...}