Thiago Suchorski
Thiago Suchorski
- [x] documentation is added or updated
Failed to resolve dependency: aos, present in 'optimizeDeps.include' Uncaught SyntaxError: The requested module 'http://localhost:6060/_nuxt/node_modules/.pnpm/[email protected]/node_modules/lodash.throttle/index.js?v=cf0afada' doesn't provide an export named: 'default'
There is a built in pull to refresh option? Because working on iOS, pwa doesn’t have this by default so you need to implement it manually.
### Description There is a way to enable tooltip on mobile when touching it? Can it be globally enabled?
I'm using Nuxt 3.16 and Vite PWA plugin. I'm using SPA and I can't found anything related to change the theme_color to match with the theme from NUxtUI
**Describe the bug** When you create an Ability Public and ALL doesn't work on channels **To Reproduce** ```java public Ability test() { return Ability.builder() .name("test") .privacy(Privacy.PUBLIC) .locality(Locality.ALL) .action(ctx -> {...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Set a custom message when an Ability can't be used because of locality. **Describe...