forked from gzzfw/frontEnd/gzDyh

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