docs(components): [form] delete unused variables (#7944)

This commit is contained in:
류한경 2022-05-28 14:20:12 +09:00 committed by GitHub
parent dd0f8bcf3c
commit c59a4a84ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,9 +39,7 @@
</template>
<script lang="ts" setup>
import { reactive, ref } from 'vue'
const labelPosition = ref('right')
import { reactive } from 'vue'
const formAccessibility = reactive({
fullName: '',