fix(ip-address): [ip-address] fix ip-address documents (#1218)

* fix(ip-address): [ip-address] fix ip-address documents

* fix(ip-address): [ip-address] fix ip-address documents
This commit is contained in:
wuyiping0628 2023-12-28 16:52:37 +08:00 committed by GitHub
parent f0b7bd9d28
commit 1feb3acae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
---
title: IpAddress ip地址输入框
title: IpAddress IP地址输入框
---
# IpAddress ip 地址输入框
# IpAddress IP地址输入框
<div>IP 地址输入框与 HTML 原生的 IpAddress 组件保持一致,同时提供数据绑定功能。</div>

View File

@ -80,7 +80,7 @@ export default {
{
'name': 'delimiter',
'type': 'VueComponent',
'defaultValue': 'IconDotIpv4',
'defaultValue': '',
'desc': {
'zh-CN': '设置IP段之间的分隔符默认图标为IconDotIpv4',
'en-US': 'Set the separator between IP segments, default icon is icon-dot-ipv4'

View File

@ -97,7 +97,7 @@ export const cmpMenus = [
{ 'nameCn': '文件上传', 'name': 'FileUpload', 'key': 'file-upload' },
{ 'nameCn': '表单', 'name': 'Form', 'key': 'form' },
{ 'nameCn': '输入框', 'name': 'Input', 'key': 'input' },
{ 'nameCn': '输入框', 'name': 'IpAddress', 'key': 'ip-address' },
{ 'nameCn': ' IP地址输入框', 'name': 'IpAddress', 'key': 'ip-address' },
{ 'nameCn': '文字链接', 'name': 'Link', 'key': 'link' },
{ 'nameCn': '计数器', 'name': 'Numeric', 'key': 'numeric' },
{ 'nameCn': '弹出编辑', 'name': 'PopEditor', 'key': 'popeditor' },