export default { install: (Vue, options) => { Vue.mixin({ mounted () { this.$el.__vueComponent__ = this } }) } }