water_xcx/packageD/components/@vant/info/index.js

9 lines
164 B
JavaScript
Raw Normal View History

2025-04-15 15:44:51 +08:00
import { VantComponent } from '../common/component';
VantComponent({
props: {
dot: Boolean,
info: null,
customStyle: String,
},
});