mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs(components): [form] delete unused variables (#7944)
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user