refactor: edit type Menu add tab?

This commit is contained in:
Net 2024-08-19 17:17:15 +07:00
parent de92e7f6a9
commit 81b24a118d

View file

@ -8,6 +8,7 @@ type Menu = {
anchor: string;
name: string;
sub?: boolean;
tab?: string;
};
const props = defineProps<{