docs(ContactList): use composition api

This commit is contained in:
chenjiahan
2020-12-13 14:28:02 +08:00
parent 03e65d9427
commit 540ffb6a4c
4 changed files with 102 additions and 81 deletions
-2
View File
@@ -82,7 +82,6 @@ const i18n = {
customColor: '自定义颜色',
matchByName: '通过名称匹配',
switchEvent: '监听切换事件',
selectTip: '你切换到了',
},
'en-US': {
badge: 'Show Badge',
@@ -90,7 +89,6 @@ const i18n = {
customColor: 'Custom Color',
matchByName: 'Match by name',
switchEvent: 'Change Event',
selectTip: 'You select ',
},
};