Files
im-uniapp/common/mixin.js
2025-07-04 16:18:58 +08:00

6 lines
51 B
JavaScript

export default {
data() {
return {};
},
};