Skip to content

Commit 53e306b

Browse files
committed
fix: make fonts list searchable
1 parent 5a11820 commit 53e306b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/ascii-text-drawer/ascii-text-drawer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const fonts = ['1Row', '3-D', '3D Diagonal', '3D-ASCII', '3x5', '4Max', '5 Line
5757
label-position="top"
5858
label="Font:"
5959
:options="fonts"
60+
searchable="true"
6061
placeholder="Select font to use"
6162
/>
6263
</n-gi>

0 commit comments

Comments
 (0)