docs(AddressList): fix missing default-tag-text

This commit is contained in:
陈嘉涵
2019-12-25 11:56:55 +08:00
parent 0b6e7ec896
commit 88e3f83b2c
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ Vue.use(AddressList);
:list="list"
:disabled-list="disabledList"
disabled-text="The following address is out of range"
default-tag-text="Default"
@add="onAdd"
@edit="onEdit"
/>