docs(Calendar): hide firstDayOfWeek in weapp (#8238)

This commit is contained in:
neverland 2021-02-28 19:29:46 +08:00 committed by GitHub
parent 42d8dd4256
commit 2ae7c9b2ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@
/>
<van-cell
v-if="!isWeapp"
is-link
:title="t('firstDayOfWeek')"
@click="show('single', 'firstDayOfWeek')"