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

This commit is contained in:
Julien Calixte
2026-03-07 11:38:17 +01:00
parent c753026393
commit 975f6dc46b

View File

@@ -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">