#### 定制日期单元格
使用 `dateRender` 可以自定义日期单元格的内容和样式。
#### Customized Date Rendering
We can customize the rendering of date cells in the calendar by providing a `dateRender` function to `DatePicker`.
```vue
{{ current.date() }}
{{ current.date() }}
{{ current.date() }}
```