2018-12-12 16:19:56 +08:00

9 lines
129 B
TypeScript

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