LpRealName/wxcomponents/vant/info/index.js

9 lines
162 B
JavaScript
Raw Normal View History

2024-12-20 10:32:43 +08:00
import { VantComponent } from '../common/component';
VantComponent({
props: {
dot: Boolean,
info: null,
customStyle: String
}
});