NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/ant-design-vue/es/_util/interopDefault.js

4 lines
121 B
Java
Raw Normal View History

2023-09-14 14:47:11 +08:00
// https://github.com/moment/moment/issues/3650
export default function interopDefault(m) {
return m["default"] || m;
}