Skip to content

Commit 6d1035f

Browse files
committed
docs: add quarterOfYear, close #6508
1 parent ca0d8cc commit 6d1035f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

site/src/vueDocs/introduce.en-US.md

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Like:
7878
<script src="https://unpkg.com/dayjs/plugin/weekOfYear.js"></script>
7979
<script src="https://unpkg.com/dayjs/plugin/weekYear.js"></script>
8080
<script src="https://unpkg.com/dayjs/plugin/advancedFormat.js"></script>
81+
<script src="https://unpkg.com/dayjs/plugin/quarterOfYear.js"></script>
8182
```
8283

8384
## Usage

site/src/vueDocs/introduce.zh-CN.md

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ $ yarn add ant-design-vue
7878
<script src="https://unpkg.com/dayjs/plugin/weekOfYear.js"></script>
7979
<script src="https://unpkg.com/dayjs/plugin/weekYear.js"></script>
8080
<script src="https://unpkg.com/dayjs/plugin/advancedFormat.js"></script>
81+
<script src="https://unpkg.com/dayjs/plugin/quarterOfYear.js"></script>
8182
```
8283

8384
## 示例

0 commit comments

Comments
 (0)