面板(Panel)
面板组件
基础用法
vue <template> <dof-panel></dof-panel> </template>
Attributes
| Prop | Type | Required | Default | Description |
needDarkMode** | Boolean | N | false | - |
listData** | Array | N | () => [] | - |
hasBottomBar** | Boolean | N | true | - |
theme** | String | N | 'primary' | - |
btnText** | String | N | '查看使用日志' | - |