Q:

vue check if list is empty

<template v-if="!nodes || !nodes.length>
  Nothing To Show
</template>
<template v-else v-for="node in nodes">
  {{ node }}
</template>
0

New to Communities?

Join the community