2020-04-25 10:59:58 +08:00

13 lines
221 B
TypeScript

import { VantComponent } from '../common/component';
VantComponent({
classes: ['header-class', 'footer-class'],
props: {
desc: String,
title: String,
status: String,
useFooterSlot: Boolean,
},
});