Skip to content

Commit 6d2bedd

Browse files
Add append/prepend icons
1 parent c5f5b9f commit 6d2bedd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/stores/menu.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ export const useMenuStore = defineStore('menu', () => {
128128
key: 'props-save-and-loading-icon',
129129
title: 'Save & Loading',
130130
},
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+
},
131137
{
132138
href: '#props-true-false-icon',
133139
icon: 'mdi:mdi-content-save',

0 commit comments

Comments
 (0)