WIP Сделала разлиновку
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import * as moment from "moment/moment";
|
||||
const state = () => ({
|
||||
currentDate: moment(),
|
||||
workingHours: {
|
||||
start: "8:00",
|
||||
end: "18:00",
|
||||
},
|
||||
});
|
||||
|
||||
const getters = {};
|
||||
|
||||
Reference in New Issue
Block a user