UNPKG

yyzone

Version:

yyzone vue components and utils

14 lines (12 loc) 296 B
/* * @Author: nizhanjun * @Date: 2018-08-22 18:47:38 * @Last Modified by: nizhanjun * @Last Modified time: 2018-08-14 18:48:43 */ import CountryCodeMobile from './country-code-m.vue' import CountryCodeWeb from './country-code-w.vue' export { CountryCodeMobile, CountryCodeWeb }