1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 15:36:06 +02:00

chore(backend): tweak MkInput

This commit is contained in:
syuilo
2023-10-08 17:57:48 +09:00
parent 4bbfc98883
commit 274c21e2cc
2 changed files with 3 additions and 3 deletions

View File

@@ -61,8 +61,8 @@ const props = defineProps<{
spellcheck?: boolean;
step?: any;
datalist?: string[];
min?: string;
max?: string;
min?: number;
max?: number;
inline?: boolean;
debounce?: boolean;
manualSave?: boolean;