From 91ae0d546ad36f8261556889db45a54a21415c6b Mon Sep 17 00:00:00 2001 From: tjz <415800467@qq.com> Date: Wed, 14 Mar 2018 22:03:53 +0800 Subject: [PATCH] fix calendar demo --- components/calendar/demo/select.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/calendar/demo/select.md b/components/calendar/demo/select.md index fbda15bea..6960ea4df 100644 --- a/components/calendar/demo/select.md +++ b/components/calendar/demo/select.md @@ -16,7 +16,7 @@ A basic calendar component with Year/Month switch.
- +
@@ -27,6 +27,7 @@ export default { return { value: moment('2017-01-25'), selectedValue: moment('2017-01-25'), + value1: moment('2017-01-25'), } }, methods: {