forked from opentiny/tiny-vue
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:
parent
f0b7bd9d28
commit
1feb3acae0
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: IpAddress ip地址输入框
|
||||
title: IpAddress IP地址输入框
|
||||
---
|
||||
|
||||
# IpAddress ip 地址输入框
|
||||
# IpAddress IP地址输入框
|
||||
|
||||
<div>IP 地址输入框与 HTML 原生的 IpAddress 组件保持一致,同时提供数据绑定功能。</div>
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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' },
|
||||
|
|
Loading…
Reference in New Issue