We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f19746 + 57393b7 commit e94528bCopy full SHA for e94528b
src/stores/menu.ts
@@ -166,6 +166,12 @@ export const useMenuStore = defineStore('menu', () => {
166
key: 'examples-conditional-when',
167
title: 'Conditional When',
168
},
169
+ {
170
+ href: '#examples-dynamic-answers-and-questions',
171
+ icon: 'mdi:mdi-magic-staff',
172
+ key: 'examples-dynamic-answers-and-questions',
173
+ title: 'Dynamic Answers and Questions',
174
+ },
175
],
176
title: 'Examples',
177
0 commit comments