city_card/vant/dist/info/index.js
2023-07-15 14:25:28 +08:00

9 lines
148 B
JavaScript
Executable File

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