// store.js import { reactive } from 'vue' export const store = reactive({ // Template headers missing from the document (strings) // regex did not match on any headers found in the document missingHeaders: [], // Headers found by scanning the document (HeaderAssociator) // Contains the following data: // - docuemnt header // - document header address (excel A1 string) // - document header worksheet name // - template header (or null) // - isValidDate : whether the excel row data is valid documentHeaders: [], })