vant-weapp/dist/panel/index.js
2018-09-27 14:27:00 +08:00

12 lines
252 B
JavaScript

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