UNPKG

161 BJavaScriptView Raw
1import GuacClient from './GuacClient.vue';
2
3module.exports = {
4 install: function (Vue, options) {
5 Vue.component('vue-guacamole-client', GuacClient);
6 }
7};
\No newline at end of file