data.date задано и почему там может оказаться null.moment.Moment на moment.Moment | null и добавить орбаботку if(momentObj === null) return ''; (или типа того).
state.cars[payload] = {InfoCreate: -1}state.cars.splice(payload, 1, {InfoCreate: -1});Vue.set(state.cars, payload, {InfoCreate: -1});
/&(\w+)&/g, потому что иначе автор точно подорвётся.const str = "Нажмите клавишу &Enter& для...";
const words = []
const newStr = str.replace(/&(\w+)&/g, (_, word) => {
words.push(word);
return word;
});