ant-design-vue/components/_util/interopDefault.js

5 lines
119 B
JavaScript
Raw Normal View History

2018-04-06 12:56:19 +00:00
// https://github.com/moment/moment/issues/3650
export default function interopDefault (m) {
return m.default || m
}