Browse Source

🎨 修复菜单授权bug

master
wangxiang 3 years ago
parent
commit
239c9f3f33
  1. 1
      src/components/Form/src/components/RadioButtonGroup.vue

1
src/components/Form/src/components/RadioButtonGroup.vue

@ -37,7 +37,6 @@
}, },
setup(props) { setup(props) {
const attrs = useAttrs(); const attrs = useAttrs();
console.log('村上春树', attrs);
// Embedded in the form, just use the hook binding to perform form verification // Embedded in the form, just use the hook binding to perform form verification
const [state] = useRuleFormItem(props); const [state] = useRuleFormItem(props);

Loading…
Cancel
Save