Skip to content

Commit ed6f0e3

Browse files
Add VInlineCustomField menu item
1 parent 0132df6 commit ed6f0e3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/stores/menu.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,16 @@ export const useMenuStore = defineStore('menu', () => {
9393
{
9494
href: '#components',
9595
icon: '$vuetify',
96-
items: componentItems,
96+
items: [
97+
...componentItems,
98+
{
99+
href: '#components-v-inline-custom-field',
100+
icon: 'mdi:mdi-mushroom',
101+
key: 'v-inline-custom-field',
102+
title: 'VInlineCustomField',
103+
topTitle: 'VInlineCustomField',
104+
}
105+
],
97106
key: 'components',
98107
title: 'Components',
99108
},

0 commit comments

Comments
 (0)