From 34e21a109696c377a17a74162c0233e061f43975 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Tue, 12 Jun 2018 16:13:30 +0800 Subject: [PATCH] no message Former-commit-id: 028ec271f1570f9902121f8102023ac915a4ce26 Former-commit-id: 15af8f00f1be325431b910e5d8a932f14c34a737 Former-commit-id: 1722f92b5adaf6456d506ff072131cfb700456de Former-commit-id: 0fc603040b407333db70eb2cd73656fb15438e59 --- src/pages/demo/plugins/day/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } }