Skip to content

Commit

Permalink
change ShowBookMarks component according to the new path
Browse files Browse the repository at this point in the history
  • Loading branch information
ozer550 committed Feb 4, 2024
1 parent b21269b commit a0df1a8
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 298 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<KCircularLoader />
</div>
<div v-else>
<component :is="visibleComponent" @loadingChange="updateLoadingStatus" />

<h5
class="title-style"
>
Expand Down Expand Up @@ -348,6 +350,9 @@
}
return {}; // or return {} if you prefer an empty object
},
updateLoadingStatus(newLoadingStatus) {
this._loading.value = newLoadingStatus;
},
toggleSelected({ content, checked }) {
if (checked) {
this.addToSelectedResources(content);
Expand Down
Loading

0 comments on commit a0df1a8

Please sign in to comment.