specify the transition of <nuxt /> subcomponent in layout component
[issue link]I know we can do transition by defining .page-* classes and also do custom transition per component. But I want to be able to specify the same transition for every
May I know what’s the suggested way to do it? I couldn’t find a clue after looking around and some experiments.