# View at startup

  • Show a specific section at startup
<date-picker v-model="date" view="year" />
/**
* Show 'year', 'month', 'day', or 'time' at startup
*/
"view"
type: String
default: day
example: year | month | day | time
<date-picker view="year" />
<date-picker view="month" />
<date-picker view="time" type="datetime" />