Merge pull request #6124 from chu121su12/patch-3
fix(docs): Update DatePicker inline and basic docspull/6138/head
commit
6906119c97
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>DatePicker is used a controlled input component with <i>v-model</i> property.</p>
|
||||
<p>DatePicker uses a controlled input component with <i>v-model</i> property.</p>
|
||||
</DocSectionText>
|
||||
<div class="card flex justify-center">
|
||||
<DatePicker v-model="date" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>DatePicker is used a controlled input component with <i>v-model</i> property.</p>
|
||||
<p>The picker part of the DatePicker can be shown directly with <i>inline</i> property.</p>
|
||||
</DocSectionText>
|
||||
<div class="card flex justify-center">
|
||||
<DatePicker v-model="date" inline showWeek />
|
||||
|
|
Loading…
Reference in New Issue