Files
王鹏 0c2edb6036 init
2025-08-14 14:52:01 +08:00

10 lines
209 B
JavaScript

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