fix: make fonts list searchable

This commit is contained in:
ShareVB 2024-02-25 15:34:55 +01:00
parent 5a11820199
commit 53e306b096

View file

@ -57,6 +57,7 @@ const fonts = ['1Row', '3-D', '3D Diagonal', '3D-ASCII', '3x5', '4Max', '5 Line
label-position="top"
label="Font:"
:options="fonts"
searchable="true"
placeholder="Select font to use"
/>
</n-gi>