Skip to content

Commit

Permalink
change empty to @empty
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarson authored and RomanSerikov committed Jan 18, 2021
1 parent d4db1d5 commit 28ca0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MiguelTreeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<div :class="`${item.kind} pl-1`">
<span
v-if="item.name.length ===`''`.length"
class="text--accent-1"
class="key"
>
empty:
@empty:
</span>
<span
v-else
Expand Down

0 comments on commit 28ca0e9

Please sign in to comment.