This commit is contained in:
parent
62b6c4d09b
commit
6839441ac6
|
@ -65,7 +65,7 @@ const props = defineProps<{
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
let key = $ref('');
|
let key = $ref('');
|
||||||
let tab = $ref('search');
|
let tab = $ref('featured');
|
||||||
let searchQuery = $ref('');
|
let searchQuery = $ref('');
|
||||||
let searchType = $ref('nameAndDescription');
|
let searchType = $ref('nameAndDescription');
|
||||||
let channelPagination = $ref();
|
let channelPagination = $ref();
|
||||||
|
|
Loading…
Reference in New Issue