Cesxhin
Problem generic typescript
why now i get error for i18n and lodash for typescirpt?
Property '$t' does not exist on type '{ $: ComponentInternalInstance; $data:[...]
Property 'useGet' does not exist on type '{ $: ComponentInternalInstance; $data:[...]
8 replies
It doesn't block passed requests when I have a middleware that checks whether you are authenticated.
I installed plugin nuxt security and i set tokensPerInterval: 1000 and interval: 60000.
How block with "too many request" also form this middleware?
1 replies
[RESOLVED] I need await on start up of app.vue
I would like to wait until it has finished loading all the essential data to be able to proceed with using the application, what is the best practice?
I'm currently using a plugin and until it enters onMounted the layout and page aren't shown.
56 replies