pad-app/wxcomponents/vant/dist/panel/index.js

10 lines
209 B
JavaScript
Raw Normal View History

2023-07-25 13:41:08 +08:00
import { VantComponent } from '../common/component';
VantComponent({
classes: ['header-class', 'footer-class'],
props: {
desc: String,
title: String,
status: String,
},
});