index.ts 107 B

123456
  1. import WxMsg from './main.vue'
  2. import { MsgType } from './types'
  3. export { MsgType }
  4. export default WxMsg