mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
@@ -77,9 +77,10 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { reactive, ref } from 'vue'
|
||||
import type { ComponentSize, FormProps } from 'element-plus'
|
||||
|
||||
const size = ref('default')
|
||||
const labelPosition = ref('right')
|
||||
const size = ref<ComponentSize>('default')
|
||||
const labelPosition = ref<FormProps['labelPosition']>('right')
|
||||
|
||||
const sizeForm = reactive({
|
||||
name: '',
|
||||
|
||||
Reference in New Issue
Block a user