We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0132df6 commit ed6f0e3Copy full SHA for ed6f0e3
src/stores/menu.ts
@@ -93,7 +93,16 @@ export const useMenuStore = defineStore('menu', () => {
93
{
94
href: '#components',
95
icon: '$vuetify',
96
- items: componentItems,
+ 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
+ ],
106
key: 'components',
107
title: 'Components',
108
},
0 commit comments