diff --git a/examples/routers/checkbox.vue b/examples/routers/checkbox.vue index e1a942d7..79f3e8b5 100644 --- a/examples/routers/checkbox.vue +++ b/examples/routers/checkbox.vue @@ -37,7 +37,7 @@ tags: [], testValue1: null, testValue2: null - } + }; }, mounted () { setTimeout(() => { @@ -51,8 +51,8 @@ { label: '西瓜' } - ] + ]; }, 1000); } - } + }; diff --git a/src/components/checkbox/checkbox-group.vue b/src/components/checkbox/checkbox-group.vue index dd5e0796..ee12cbd1 100644 --- a/src/components/checkbox/checkbox-group.vue +++ b/src/components/checkbox/checkbox-group.vue @@ -6,6 +6,7 @@