UNPKG

vue-guacamole-client

Version:

A Vue.js based Guacamole client

7 lines (6 loc) 161 B
import GuacClient from './GuacClient.vue'; module.exports = { install: function (Vue, options) { Vue.component('vue-guacamole-client', GuacClient); } };