Update InlineDoc.vue

pull/6138/head
tugcekucukoglu 2024-07-31 13:47:04 +03:00
parent 6906119c97
commit 676cb1db39
1 changed files with 1 additions and 1 deletions

View File

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