UNPKG

vue-superset

Version:

Front-end development collection built on Vue

16 lines (14 loc) 285 B
import { config as Config } from './config' import Common, { weixin as Weixin } from './common' import Mobile from './mobile' import Pc from './pc' import { ImgVerifyCode, QrCode } from './components' export { Config, Common, Weixin, Mobile, Pc, ImgVerifyCode, QrCode }