jhwxapp/miniprogram/components/@mkl/info/index.js

9 lines
148 B
JavaScript
Raw Normal View History

2023-08-10 01:21:29 +08:00
import { VantComponent } from '../common/component';
VantComponent({
props: {
dot: Boolean,
info: null,
customStyle: String,
},
});