forked from gzzfw/frontEnd/gzDyh

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