Skip to content

Commit

Permalink
update vue example
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbonifacio committed Dec 16, 2024
1 parent 8122836 commit 742c2a0
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,8 @@ onMounted(() => {
});
</script>

<template>
<div>
<!-- Add your template here to display posts -->
</div>
<template v-for="post in posts" :key="post.id">
<li>{{ post.content }}</li>
</template>
```
</InlineFilter>
Expand Down

0 comments on commit 742c2a0

Please sign in to comment.