mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
237 B
237 B
日期时间
<n-date-picker v-model:value="timestamp" type="datetime" clearable />
<pre>{{ JSON.stringify(timestamp) }}</pre>
export default {
data () {
return {
timestamp: 1183135260000
}
}
}