Pheng G
Pheng G
I've tried this and it works. `yarn add moment` ### nuxt.config.ts `vite: { // @ts-ignore ssr: { noExternal: ["moment"], }, }` ### Using `import moment from 'moment'; console.log("Now: ", moment().format('YYYY-MM-DD...
I have the same issues. I don't think using theme-change in the App.vue is a good choice. Although, I have multiple layouts in the app, so using this method is...
> > I have the same issues. I don't think using theme-change in the App.vue is a good choice. Although, I have multiple layouts in the app, so using this...
Hello, is there any solution for that? I face the same problem too.