naive-ui/demo/documentation/components/timePicker/zhCN/format.md

18 lines
206 B
Markdown
Raw Normal View History

2020-02-26 16:05:13 +08:00
# 格式化
```html
<n-time-picker v-model="time" format="HH:mm" />
```
```js
export default {
data () {
return {
time: null
}
}
}
```
```css
.n-time-picker {
margin: 0 12px 8px 0;
}
```