mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
docs(components): [form] delete unused variables (#7944)
This commit is contained in:
parent
dd0f8bcf3c
commit
c59a4a84ed
@ -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: '',
|
||||
|
Loading…
Reference in New Issue
Block a user