fix: language type

This commit is contained in:
ChenZhoYu 2024-04-25 16:02:58 +08:00
parent dd03874556
commit d2c270a65f

View file

@ -25,7 +25,7 @@ const rules: UseValidationRule<string>[] = [
input-label="Your JSON" input-label="Your JSON"
input-placeholder="Paste your JSON here..." input-placeholder="Paste your JSON here..."
output-label="TS from your JSON" output-label="TS from your JSON"
output-language="toml" output-language="ts"
:input-validation-rules="rules" :input-validation-rules="rules"
:transformer="transformer" :transformer="transformer"
/> />