mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
-- 项目名称校验
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<a-input
|
||||
v-model:value="modelV"
|
||||
placeholder="请输入项目名称"
|
||||
:placeholder="placeholder"
|
||||
:show-count="showCount"
|
||||
:maxlength="maxlength"
|
||||
@blur="validateProName"
|
||||
@@ -23,6 +23,9 @@ const props = defineProps({
|
||||
id: {
|
||||
type: String,
|
||||
},
|
||||
placeholder: {
|
||||
type: String,
|
||||
},
|
||||
type: {
|
||||
type: Number,
|
||||
default: 1
|
||||
|
||||
Reference in New Issue
Block a user