Paul Melero
Paul Melero
Answering @jelbourn's comment from 2 years ago. It cannot be achieved easily with css: `mat-sidenav-content` gets it's `margin-left` from `mat-sidenav` and you have to add the `autosize` to the `mat-sidenav-container`...
``` paths: [/* ... */], ``` `paths` has this behaviour already: you choose what to include here. If some paths are not specified, they won't be stored. Do you think...
Oh, I see what you mean. But maybe it could be "easily" added in user-land? ```js import { modules } from '@/store' const modulesToOmit = ['moduleSomethingSomething'] const excludeModules = module...
Let's leave that to @robinvdvleuten ;)

You can override the "style.transition" property https://github.com/PygmySlowLoris/vue-ripple-directive/blob/master/src/ripple.js#L49 in your options passed or globally to your Ripple instance. Consider that (`Ripple.transition`) is the transition time.
Solved by @TakahiRoyte's solution. Remember that is needed in every component, even children components.
Keep trying! Eventually, it loaded everything! https://estimator.dev/#bibliography.com
I know it's mentioned in the explainer, but I think it's worth pointing out the source for historical reasons: https://twitter.com/AdaRoseCannon/status/1384639188700733443?s=20 😉