2019-09-19 17:46:42 +08:00

10 lines
147 B
TypeScript

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