You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@johnleider The fix applied here breaks custom use of the applicationable mixin / application service. The fix makes it so that there can only be one applicationable top/left/right/bottom. Could the fix be reverted and instead use hardcoded uids for the components?
Switching to a layout without a side-nav drawer still get's the side nav drawer margins when changing screen size (side nav drawer exists in the component I "keep-alive").
Is there a way to tell the application service that v-app instances are different? I tried adding unique key props to each, but had no luck.
Then I conditionally render the app level components with a v-if directive. My understanding is that this will actually destroy those elements and allow the vuetify application service to clean up, or unregister them.
If there's a more standard or accepted way, I'd love to know, but this works for now!
Environment
Vuetify Version: 2.1.11
Last working version: 2.1.11
Vue Version: 2.5.22
Browsers: Chrome 78.0.3904.108
OS: Mac OS 10.15.1
Steps to reproduce
Both pages are keep-alive pages.
Press the button below to go to the page.
Expected Behavior
In the tag, the padding top size reinitialized.
Actual Behavior
In the tag, the padding top size is increased and not reinitialized
Reproduction Link
https://codesandbox.io/s/vue-template-wwwrb?fontsize=14&hidenavigation=1&theme=dark
The text was updated successfully, but these errors were encountered: