forked from gzzfw/frontEnd/gzDyh

dminyi
2024-08-30 c4b3b160a1baa5181ca77dd43fc5c5c2bd3cf252
1
2
3
4
5
6
7
8
9
import { useParent } from '../common/relation';
import { VantComponent } from '../common/component';
VantComponent({
    relation: useParent('row'),
    props: {
        span: Number,
        offset: Number,
    },
});