jaylee518 / gouse

Gouse is a modern essential Golang utility package delivering consistency, modularity, performance, & extras presets inspired by Lodash.
Other
6 stars 0 forks source link

Why does the v-else row continue to show even when the v-if condition is met? #7

Open jaylee518 opened 3 months ago

jaylee518 commented 3 months ago

Why does the v-else row continue to show even when the v-if condition is met?

jaylee518 commented 3 months ago

Unfortunately v-if and v-for are not working together. You could move v-if one level higher, like this:

{{ task.id }} {{ task.type }} {{ task.frequency }} {{ task.status }} No tasks found.