Red Pagaduan

Results 2 comments of Red Pagaduan

seems to be working for me now on `@nuxtjs/google-fonts 1.3.0` and `nuxt 2.15.6.` just remove the unnecessary settings. ```nuxt.config.js buildModules: [ // https://go.nuxtjs.dev/typescript '@nuxt/typescript-build', [ '@nuxtjs/google-fonts', { families: { Poppins:...

` "types": [ ... "cookie-universal-nuxt", ]` adding in tsconfig.json I just figure something hope this helps ```javascript const { $cookiz }:any = this console.log($cookiz.get('storeAddress')); ``` ```javascript const { $cookiz }:any...