WIP Сделала разлиновку

This commit is contained in:
Daria Golova
2023-06-05 13:41:40 +03:00
parent ea7761349d
commit 8007fe7fa9
6 changed files with 185 additions and 7 deletions

View File

@@ -1,6 +1,10 @@
import * as moment from "moment/moment";
const state = () => ({
currentDate: moment(),
workingHours: {
start: "8:00",
end: "18:00",
},
});
const getters = {};