Static GitHub Issues

[2727] Set plugin only on specific layouts

prev: Is there any asyncData placeholder thing?
next: Vuex: dispatch - unknown action type

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)

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2368">#c2368</a>)</em></sub></div>