Merge pull request #6124 from chu121su12/patch-3

fix(docs): Update DatePicker inline and basic docs
pull/6138/head
Tuğçe Küçükoğlu 2024-07-31 13:43:50 +03:00 committed by GitHub
commit 6906119c97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<DocSectionText v-bind="$attrs"> <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> </DocSectionText>
<div class="card flex justify-center"> <div class="card flex justify-center">
<DatePicker v-model="date" /> <DatePicker v-model="date" />

View File

@ -1,6 +1,6 @@
<template> <template>
<DocSectionText v-bind="$attrs"> <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> </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 />