feat: no last notes if there is nothing / todo with skeleton
This commit is contained in:
@@ -5,7 +5,7 @@ const notes = await fetchNotes()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="blog-notes">
|
||||
<div class="blog-notes" v-if="notes.length > 0">
|
||||
<h2>Last notes</h2>
|
||||
<ul>
|
||||
<li v-for="note in notes" :key="note.href">
|
||||
|
||||
Reference in New Issue
Block a user