Provide hook to add custom class to #__nuxt wrapper
[issue link]I need to style the parent App.vue wrapper, setting it to 100% height to allow for a sticky footer component. Would be great to have a config option to pass a class to this template, rather than having to style #__nuxt
, which seems privately designated (and it’s poor practice to make style declarations assigned to ids).