We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a83f86 commit bc8dc47Copy full SHA for bc8dc47
src/views/manage/menu/modules/menu-operate-modal.vue
@@ -374,7 +374,6 @@ watch(
374
</NFormItemGi>
375
<NFormItemGi span="24 m:12" :label="$t('page.manage.menu.hideInMenu')" path="hideInMenu">
376
<NRadioGroup v-model:value="model.hideInMenu">
377
- <!-- eslint-disable-next-line vue/prefer-true-attribute-shorthand -->
378
<NRadio :value="true" :label="$t('common.yesOrNo.yes')" />
379
<NRadio :value="false" :label="$t('common.yesOrNo.no')" />
380
</NRadioGroup>
0 commit comments