mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
8 lines
175 B
TypeScript
8 lines
175 B
TypeScript
export const labelConfig = {
|
|
position: [
|
|
{ label: '外侧', value: 'outside' },
|
|
{ label: '内部', value: 'inside' },
|
|
{ label: '中心', value: 'center' }
|
|
]
|
|
}
|