Currently assuming that `Vue` exists as a global variable. Would be great to have a way to use it with Webpack by importing the module, something like: ```js import Vue from 'vue' import VueMultiRef from 'vue-multi-ref' Vue.use(VueMultiRef) ```