Skip to content

Commit bc8dc47

Browse files
committed
optimize(projects): optimize code
1 parent 6a83f86 commit bc8dc47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/views/manage/menu/modules/menu-operate-modal.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ watch(
374374
</NFormItemGi>
375375
<NFormItemGi span="24 m:12" :label="$t('page.manage.menu.hideInMenu')" path="hideInMenu">
376376
<NRadioGroup v-model:value="model.hideInMenu">
377-
<!-- eslint-disable-next-line vue/prefer-true-attribute-shorthand -->
378377
<NRadio :value="true" :label="$t('common.yesOrNo.yes')" />
379378
<NRadio :value="false" :label="$t('common.yesOrNo.no')" />
380379
</NRadioGroup>

0 commit comments

Comments
 (0)