Alexey Ivanov
Alexey Ivanov
I have the same issue on Windows 11 OS using nuxt 3.11.2. SSR + https dev server with self-signed certificate. Only switching to 127.0.0.1 instead of localhost can help but...
> `sets` is single string or array of icon sets: > > ```ts > sets?: IconFontName | IconFontName[] | FontIconSet[]; > ``` > > https://vuetify-nuxt-module.netlify.app/guide/icons/ Typescript show warnings if insert...
> import the locale you want like: > > ``` > import 'moment/dist/locale/ru'; > moment.locale('ru'); > ``` Got error importing locale from dist folder: export default hooks; ^^^^^^ SyntaxError: Unexpected...