fix: typo of allowComment label

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/3445/head
Ryan Wang 2022-09-29 22:43:57 +08:00
parent 3dcca48ef9
commit d330bb691d
2 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,7 @@ watchEffect(() => {
{ label: '否', value: false },
]"
name="allowComment"
label="禁止评论"
label="允许评论"
type="radio"
></FormKit>
<FormKit

View File

@ -279,7 +279,7 @@ watchEffect(() => {
{ label: '是', value: true },
{ label: '否', value: false },
]"
label="禁止评论"
label="允许评论"
type="radio"
></FormKit>
<FormKit