diff --git a/src/tutorial-form/index.vue b/src/tutorial-form/index.vue index 8ce532e..185f996 100644 --- a/src/tutorial-form/index.vue +++ b/src/tutorial-form/index.vue @@ -140,7 +140,7 @@ onMounted(() => { v-if="attributes?.name" :preserve="false" name="confirmName" - type="toggle" + type="checkbox" thumb-icon="star" :value="true" :label="`如果清空 name 输入框,这个确认框及其值将被移除。`" @@ -218,6 +218,11 @@ onMounted(() => {
{{ value }}
+
+

Pro Inputs

+ +
+