Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Jan 22, 2025
1 parent a599943 commit b5b2d38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/date-picker/_example-ts/multiple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<script setup>
import { ref } from 'vue';
import dayjs from 'dayjs';
import updateLocale from 'dayjs/plugin/updateLocale';
dayjs.extend(updateLocale);
dayjs.updateLocale('zh-cn', {
weekStart: 1,
});
Expand Down
2 changes: 2 additions & 0 deletions src/date-picker/_example/multiple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<script setup>
import { ref } from 'vue';
import dayjs from 'dayjs';
import updateLocale from 'dayjs/plugin/updateLocale';
dayjs.extend(updateLocale);
dayjs.updateLocale('zh-cn', {
weekStart: 1,
});
Expand Down

0 comments on commit b5b2d38

Please sign in to comment.