vant-weapp/dist/panel/index.js
2018-10-31 09:51:10 +08:00

10 lines
216 B
JavaScript

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