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