Update InlineDoc.vue
parent
6906119c97
commit
676cb1db39
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<DocSectionText v-bind="$attrs">
|
<DocSectionText v-bind="$attrs">
|
||||||
<p>The picker part of the DatePicker can be shown directly with <i>inline</i> property.</p>
|
<p>DatePicker is displayed as a popup by default, add <i>inline</i> property to customize this behavior.</p>
|
||||||
</DocSectionText>
|
</DocSectionText>
|
||||||
<div class="card flex justify-center">
|
<div class="card flex justify-center">
|
||||||
<DatePicker v-model="date" inline showWeek />
|
<DatePicker v-model="date" inline showWeek />
|
||||||
|
|
Loading…
Reference in New Issue