vant
This commit is contained in:
10
utils/dist/panel/index.js
vendored
Normal file
10
utils/dist/panel/index.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { VantComponent } from '../common/component';
|
||||
VantComponent({
|
||||
classes: ['header-class', 'footer-class'],
|
||||
props: {
|
||||
desc: String,
|
||||
title: String,
|
||||
status: String,
|
||||
useFooterSlot: Boolean
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user