vant-weapp/dist/panel/index.js
2018-09-07 10:32:16 +08:00

14 lines
211 B
JavaScript

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