This commit is contained in:
Gauthier Roebroeck 2026-03-09 10:04:38 +08:00
parent 2482becc5f
commit 596b428fbd

View file

@ -54,3 +54,9 @@ export const InitialValue: Story = {
],
},
}
export const InitialValueOutsideShown: Story = {
args: {
modelValue: [{ i: 'i', v: 'Author 100 (letterer)' }],
},
}