mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
233 B
233 B
Datetime
<n-date-picker v-model:value="timestamp" type="datetime" clearable />
<pre>{{ JSON.stringify(timestamp) }}</pre>
export default {
data () {
return {
timestamp: 1183135260000
}
}
}