forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-03 50831cec30ede4dc6bfabaae26877944580f0fc4
1
2
3
4
5
6
7
8
import { VantComponent } from '../common/component';
VantComponent({
    props: {
        dot: Boolean,
        info: null,
        customStyle: String,
    },
});