2025-04-14 14:25:41 +08:00

9 lines
162 B
JavaScript

import { VantComponent } from '../common/component';
VantComponent({
props: {
dot: Boolean,
info: null,
customStyle: String
}
});