mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 23:23:08 +02:00
🎨
This commit is contained in:
parent
62b6c4d09b
commit
6839441ac6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const props = defineProps<{
|
|||
}>();
|
||||
|
||||
let key = $ref('');
|
||||
let tab = $ref('search');
|
||||
let tab = $ref('featured');
|
||||
let searchQuery = $ref('');
|
||||
let searchType = $ref('nameAndDescription');
|
||||
let channelPagination = $ref();
|
||||
|
|
Loading…
Reference in a new issue