Static GitHub Issues

[1281] plugins not working with rc3

prev: nuxt application can not run in ie 11 and 10
next: [nuxt] store/index.js should export a method which returns a Vuex instance.

i tried to import plugins for my asyncLoad function as follows
import api from '~/plugins/api'

The Problem ist he is trying to load the plugin both client and server side. The code is run in the asyncData method but i can see it is also run on the client side resulting in an error

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