forked from gzzfw/frontEnd/gzDyh

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