yyzone
Version:
yyzone vue components and utils
22 lines (19 loc) • 441 B
Markdown
``` javascript
import { CountryCodeMobile, CountryCodeWeb } from 'yyzone'
```
``` html
<country-code-mobile
v-model="isDisplay"
:on-select="handleSelect">
</country-code-mobile>
<country-code-web
:on-select="handleSelect">
<div>
请选择
</div>
</country-code-web>
```
属性|描述|返回值
-|-|-
onSelect|选择code回调| country: 'china', code: '+86', value: '中国'