mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-08 14:24:16 +02:00
🎨
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user