diff --git a/src/pages/demo/plugins/day/index.vue b/src/pages/demo/plugins/day/index.vue index ce864c84..f50d4e22 100644 --- a/src/pages/demo/plugins/day/index.vue +++ b/src/pages/demo/plugins/day/index.vue @@ -58,7 +58,7 @@ {{dayjs().isAfter(dayjs().subtract(1, 'day'))}} @@ -68,7 +68,6 @@ import dayjs from 'dayjs' export default { data () { return { - link: 'https://github.com/iamkun/dayjs', dayjs } }