This commit is contained in:
ThatOneCalculator 2022-09-15 13:58:15 -07:00
parent 6ff841e678
commit 6af1b214bc

View file

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