There was an error while loading. Please reload this page.
It's the same as the title.
I'm using nuxt3. The version is 3.13.2.
const dayjs = useDayjs()
shows the type of dayjs as any.
Just in case, we created a new project, added a module, and tested it.
How do I solve this?
It's the same as the title.
I'm using nuxt3.
The version is 3.13.2.
const dayjs = useDayjs()
shows the type of dayjs as any.
Just in case, we created a new project, added a module, and tested it.
How do I solve this?