Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 9d24c17

Browse files
committed
fix: collection list url share
1 parent a85c07e commit 9d24c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/rmrk/Collection/List/CollectionList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default class CollectionList extends mixins(PrefixMixin) {
102102
private meta: Metadata[] = []
103103
public first = this.$store.state.preferences.collectionsPerPage
104104
private placeholder = '/placeholder.webp'
105-
private currentValue = 1
105+
private currentValue = parseInt((this.$route.query?.page as string) || '1')
106106
private total = 0
107107
private searchQuery: SearchQuery = {
108108
search: '',

0 commit comments

Comments
 (0)