feat: 更新 README 和配置文件,添加 PInputText 组件并优化输入文本组件
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { text } from '@/__fk-inputs__/inputs/_demo_text';
|
||||
import { InputText } from '@/__fk-inputs__/inputs/input-text';
|
||||
import Swal from 'sweetalert2';
|
||||
|
||||
async function submit() {
|
||||
@ -39,8 +38,8 @@ async function submit() {
|
||||
incomplete-message="Please fill out all fields."
|
||||
>
|
||||
<FormKit
|
||||
:type="InputText"
|
||||
name="typeInputText"
|
||||
type="PInputText"
|
||||
name="PInputText"
|
||||
label="输入框"
|
||||
placeholder="请输入"
|
||||
some="prop"
|
||||
|
Reference in New Issue
Block a user