Is it possible to set a plugin just for specific Layouts?
I have an $axios plugin that I want to use only for adminLayouts
, and don't want to load all the extra code in the clientLayouts
(it would also break because I use Vuetify in admin plugins but is not included in the client)