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 c5f5b9f commit 6d2beddCopy full SHA for 6d2bedd
src/stores/menu.ts
@@ -128,6 +128,12 @@ export const useMenuStore = defineStore('menu', () => {
128
key: 'props-save-and-loading-icon',
129
title: 'Save & Loading',
130
},
131
+ {
132
+ href: '#props-prepend-append-icons',
133
+ icon: 'mdi:mdi-arrow-left-right',
134
+ key: 'props-prepend-append-icons',
135
+ title: 'Prepend & Append Icons',
136
+ },
137
{
138
href: '#props-true-false-icon',
139
icon: 'mdi:mdi-content-save',
0 commit comments