this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: no last notes if there is nothing / todo with skeleton

+1 -1
+1 -1
src/components/notes/blog-notes.vue
··· 5 5 </script> 6 6 7 7 <template> 8 - <div class="blog-notes"> 8 + <div class="blog-notes" v-if="notes.length > 0"> 9 9 <h2>Last notes</h2> 10 10 <ul> 11 11 <li v-for="note in notes" :key="note.href">