Files
PC-202306242200\Administrator f529129c93 first commit
2026-03-31 10:53:43 +08:00

10 lines
198 B
JavaScript

import defProps from '../../libs/config/props.js';
export default {
props: {
bgColor: {
type: String,
default: () => defProps.statusBar.bgColor
}
}
}