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