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