12 lines
221 B
JavaScript
12 lines
221 B
JavaScript
|
import { VantComponent } from '../common/component';
|
||
|
VantComponent({
|
||
|
props: {
|
||
|
title: String,
|
||
|
border: {
|
||
|
type: Boolean,
|
||
|
value: true,
|
||
|
},
|
||
|
inset: Boolean,
|
||
|
},
|
||
|
});
|