refactor: edit type Menu add tab?
This commit is contained in:
parent
de92e7f6a9
commit
81b24a118d
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ type Menu = {
|
||||||
anchor: string;
|
anchor: string;
|
||||||
name: string;
|
name: string;
|
||||||
sub?: boolean;
|
sub?: boolean;
|
||||||
|
tab?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue