Allow installing Vuex plugins
[issue link]I want to use vuex-persistedstate in my app. This requires that I inject the plugin like so:
new Vuex.Store({plugins: ...})
Maybe nuxt.config.js could have a vuex.plugins option for initializing the store with the specified plugins?