Vue.component('warehouse-location', { //language=Vue template: ` `, data() { return { window: window, historyModal: false, historyModalId: null, } }, })