We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca9895 commit 0a42d96Copy full SHA for 0a42d96
docs/.vitepress/theme/index.ts
@@ -2,13 +2,10 @@ import DefaultTheme from 'vitepress/theme'
2
import { defineClientComponent } from 'vitepress'
3
import './custom.css'
4
import dayjs from "dayjs"
5
-import isoWeek from "dayjs/plugin/isoWeek"
6
import isSameOrBefore from "dayjs/plugin/isSameOrBefore.js"
7
import isSameOrAfter from "dayjs/plugin/isSameOrAfter.js"
8
import isBetween from "dayjs/plugin/isBetween.js"
9
-import weekOfYear from "dayjs/plugin/weekOfYear"
10
-import advancedFormat from "dayjs/plugin/advancedFormat"
11
-import customParseFormat from "dayjs/plugin/customParseFormat.js"
+
12
13
export function extendDayjs() {
14
dayjs.extend(isSameOrBefore)
0 commit comments