Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radio 按钮组仅有一个选项时,样式错误 #682

Closed
1zumii opened this issue Mar 20, 2024 · 0 comments · Fixed by #683
Closed

Radio 按钮组仅有一个选项时,样式错误 #682

1zumii opened this issue Mar 20, 2024 · 0 comments · Fixed by #683
Assignees
Labels
bug Something isn't working

Comments

@1zumii
Copy link
Collaborator

1zumii commented Mar 20, 2024

问题描述

<template>
    <FRadioGroup v-model="val1" :cancelable="false">
        <FRadioButton :value="1">选项一</FRadioButton>
    </FRadioGroup>
</template>
<script setup>
import { ref } from 'vue';
  
const val1 = ref(1);  
</script>
@1zumii 1zumii added the bug Something isn't working label Mar 20, 2024
@1zumii 1zumii self-assigned this Mar 20, 2024
@1zumii 1zumii linked a pull request Mar 20, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant