mirror of
http://123.56.153.49:3000/haibing/litemall.git
synced 2025-06-07 14:05:39 +00:00
11 lines
239 B
JavaScript
11 lines
239 B
JavaScript
![]() |
import { VantComponent } from '../common/component';
|
||
|
VantComponent({
|
||
|
classes: ['header-class', 'footer-class'],
|
||
|
props: {
|
||
|
desc: String,
|
||
|
title: String,
|
||
|
status: String,
|
||
|
useFooterSlot: Boolean
|
||
|
}
|
||
|
});
|