emis-sapp/wxcomponents/vant/info/index.js
2023-11-26 00:29:44 +08:00

9 lines
162 B
JavaScript

import { VantComponent } from '../common/component';
VantComponent({
props: {
dot: Boolean,
info: null,
customStyle: String
}
});