deguodaigou/utils/dist/info/index.js

9 lines
170 B
JavaScript
Raw Normal View History

2019-12-23 14:13:27 +08:00
import { VantComponent } from '../common/component';
VantComponent({
props: {
dot: Boolean,
info: null,
customStyle: String
}
});