dayjs-module
dayjs-module copied to clipboard
weekStart configuration
Hello, I'm not seeing a way to configure weekStart in the documentation. Is that something that is supported with this module? I attempted to put the configuration into the 'locales' array in nuxt.config.js
but got errors for having an object in the array, so I'm assuming that's not the correct way to do it.
Could you show your nuxt.config.js
?
From what I see, DayJS handles it that way: https://github.com/iamkun/dayjs/issues/215#issuecomment-471280396
Maybe it can help @potato4d ?