forked from gzzfw/frontEnd/gzDyh

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