2018-10-30 20:00:52 +08:00

13 lines
219 B
TypeScript

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