mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
f
This commit is contained in:
parent
4ff5f44e99
commit
e9de96d94c
1 changed files with 2 additions and 2 deletions
|
@ -59,10 +59,10 @@ const props = defineProps<{
|
|||
tag?: string;
|
||||
}>();
|
||||
|
||||
// let tab = $ref('featured');
|
||||
let featured = $ref('featured');
|
||||
|
||||
const tab = $computed({
|
||||
get: () => $ref('featured'),
|
||||
get: () => featured,
|
||||
set: (x) => {
|
||||
syncSlide(['featured', 'users', 'search'].indexOf(x));
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue