vant-weapp/dist/info/index.js
2018-12-19 16:54:07 +08:00

7 lines
127 B
JavaScript

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