code refactor

This commit is contained in:
MaysWind
2023-08-16 00:51:12 +08:00
parent c968ded99a
commit 5496c4a10a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
{ name: $t('Expense'), value: allCategoryTypes.Expense },
{ name: $t('Income'), value: allCategoryTypes.Income },
{ name: $t('Transfer'), value: allCategoryTypes.Transfer }
]" v-model="activeCategoryType" @update:modelValue="switchAllPrimaryCategories" />
]" v-model="activeCategoryType" @update:model-value="switchAllPrimaryCategories" />
</div>
<v-divider />
<v-tabs show-arrows class="my-4" direction="vertical"