How to disable the nuxt-loading-enable-animation local storage ?
my nuxt app sets this value in local storage: nuxt-loading-enable-animation = true
How can I disable this ?
My app asks permission to use local storage, but this value is set before the user grants or refuses permision. Also, is there a proper nuxt way of requesting permission for cookies and local storage ? I'm using i18n, but it doesn"t seem to offer a way to wait until permission is granted before storing a cookie.
My app asks permission to use local storage, but this value is set before the user grants or refuses permision. Also, is there a proper nuxt way of requesting permission for cookies and local storage ? I'm using i18n, but it doesn"t seem to offer a way to wait until permission is granted before storing a cookie.
0 Replies