mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 11:25:13 +00:00
fix comment typo
This commit is contained in:
parent
e031877a9e
commit
09b0de13bf
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ const props = withDefaults(defineProps<{
|
|||
});
|
||||
|
||||
// Vue complains, but we *want* to lose reactivity here.
|
||||
// Otherwise the use would be unable to change the tab.
|
||||
// Otherwise, the user would be unable to change the tab.
|
||||
// eslint-disable-next-line vue/no-setup-props-reactivity-loss
|
||||
const currentTab: Ref<FollowingFeedTab> = ref(props.initialTab);
|
||||
const mutualsOnly: Ref<boolean> = computed(() => currentTab.value === mutualsTab);
|
||||
|
|
Loading…
Reference in a new issue