Skip to content

Commit

Permalink
Update rss result text lmao app-build
Browse files Browse the repository at this point in the history
  • Loading branch information
pkly committed Feb 17, 2024
1 parent 6b70c88 commit d2e520c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue/components/RssResultList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function handleOnSuccess() {
<template>
<HeaderBlock v-if="data.length && !done">
<template v-slot:header>
Some shit here
RSS results found
</template>
<template v-slot:default>
<RssResult v-for="(d, i) in data" :data="d" :key="i" @onSuccess="handleOnSuccess"/>
Expand Down

0 comments on commit d2e520c

Please sign in to comment.