deguodaigou/utils/dist/info/index.js
2019-12-23 14:13:27 +08:00

9 lines
170 B
JavaScript

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