Skip to content

Commit

Permalink
chore: rename logs-component to log-item #65
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Apr 24, 2024
1 parent 0d44410 commit d034669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/LogsComponent.vue → components/LogItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { objTypeFull } from '~/libs/types'
import Changesets from '~/components/Changesets.vue'
export default defineNuxtComponent({
name: 'LogsComponent',
name: 'LogItem',
components: {
Changesets,
Expand Down
2 changes: 1 addition & 1 deletion components/LogList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ function matchFilterBySelectors(selectors: string[]) {
</ul>

<el-space v-infinite-scroll="scroolLoad" :fill="true" wrap :size="20">
<LogsComponent
<log-item
v-for="log in (logsWithFilter || []).slice(0, scroolCount + 1)"
:key="log.id"
:log="log"
Expand Down

0 comments on commit d034669

Please sign in to comment.