greenPro/wxcomponents/vant/info/index.js

9 lines
162 B
JavaScript
Raw Normal View History

2024-06-02 14:51:29 +00:00
import { VantComponent } from '../common/component';
VantComponent({
props: {
dot: Boolean,
info: null,
customStyle: String
}
});