plugins not working with rc3
[issue link]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