vant
This commit is contained in:
10
utils/dist/cell-group/index.js
vendored
Normal file
10
utils/dist/cell-group/index.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { VantComponent } from '../common/component';
|
||||
VantComponent({
|
||||
props: {
|
||||
title: String,
|
||||
border: {
|
||||
type: Boolean,
|
||||
value: true
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user