7 lines
107 B
TypeScript
7 lines
107 B
TypeScript
import WxMsg from './main.vue'
|
|
import { MsgType } from './types'
|
|
|
|
export { MsgType }
|
|
|
|
export default WxMsg
|