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

5 lines
119 B
JavaScript
Raw Normal View History

2018-04-06 20:56:19 +08:00
// https://github.com/moment/moment/issues/3650
2019-01-12 11:33:27 +08:00
export default function interopDefault(m) {
return m.default || m;
2018-04-06 20:56:19 +08:00
}