WechatOwnerService/lib/info/index.js
2019-12-28 01:01:28 +08:00

8 lines
140 B
JavaScript

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