Update BasicDoc.vue

pull/6124/head
Saya 2024-07-26 20:20:56 +08:00 committed by GitHub
parent 44ade4f891
commit a8fe7e7f74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 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" />