This commit is contained in:
ThatOneCalculator 2022-09-15 13:58:15 -07:00
parent e963347524
commit 4ab7615290
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ const props = defineProps<{
const tabs = ['featured', 'users', 'search']; const tabs = ['featured', 'users', 'search'];
const tab = $computed({ let tab = $computed({
get: () => tabs[0], get: () => tabs[0],
set: (x) => { set: (x) => {
syncSlide(tabs.indexOf(x)); syncSlide(tabs.indexOf(x));