Merge branch 'nice' into develop
This commit is contained in:
commit
dea184e6ae
5 changed files with 423 additions and 99 deletions
|
|
@ -34,7 +34,7 @@ const {
|
|||
} = useCounterMixin();
|
||||
|
||||
const year = ref<number>(new Date().getFullYear());
|
||||
const dateStart = ref<Date>(new Date(year.value, 9, 1));
|
||||
const dateStart = ref<Date>(new Date(year.value - 1, 9, 1));
|
||||
const dateEnd = ref<Date>(new Date(year.value + 1, 8, 30));
|
||||
|
||||
const dateMonth = ref<DataDateMonthObject>({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue