Fix relativeTime dayjs plugin import (#111)

This commit is contained in:
Sasha Sorokin
2023-10-21 05:34:02 +02:00
committed by GitHub
parent c296597427
commit 9932fe5055
2 changed files with 4 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ import {
} from '@'
import dayjs from 'dayjs'
import relativeTime from 'dayjs/plugin/relativeTime'
import relativeTime from 'dayjs/plugin/relativeTime.js'
dayjs.extend(relativeTime)
</script>