diff --git a/src/pages/demo/plugins/day/index.vue b/src/pages/demo/plugins/day/index.vue index aa8f5d20..46741d4f 100644 --- a/src/pages/demo/plugins/day/index.vue +++ b/src/pages/demo/plugins/day/index.vue @@ -28,6 +28,8 @@ {{now.add(1, 'day').format()}} {{now.subtract(7, 'year').format()}} + {{now.startOf('year').format()}} + {{now.endOf('month').format()}}