Currently it appears there is only support for page level transitions. There is a workaround suggested here but as you can see this gives concurrent transitions (ie. mode
is not respected so enter/leave transitions are triggered at the same time).
I think this suggestion makes sense. Though it might be best to specify a global setting in nuxt.config.js
and then allow this setting to be overridden somehow (ie. in the layout component).