water_sh/node_modules/@vant/weapp/dist/panel/index.js

10 lines
209 B
JavaScript
Raw Permalink Normal View History

2025-04-15 15:48:57 +08:00
import { VantComponent } from '../common/component';
VantComponent({
classes: ['header-class', 'footer-class'],
props: {
desc: String,
title: String,
status: String,
},
});