forked from gzzfw/frontEnd/gzDyh

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