/* global Vue */ window.Vue = require('vue'); (() => { window.gl = window.gl || {}; window.gl.environmentsList = window.gl.environmentsList || {}; gl.environmentsList.TerminalButtonComponent = Vue.component('terminal-button-component', { props: { terminalPath: { type: String, default: '', }, terminalIconSvg: { type: String, default: '', }, }, template: ` `, }); })();