diff --git a/components/checkbox/checkbox-group.vue b/components/checkbox/checkbox-group.vue
index 23d17533..bc9a27a6 100644
--- a/components/checkbox/checkbox-group.vue
+++ b/components/checkbox/checkbox-group.vue
@@ -35,6 +35,7 @@
});
},
change (data) {
+ this.model = data;
this.$emit('on-change', data);
}
},
diff --git a/local/routers/index.vue b/local/routers/index.vue
index 59c63545..9926b75f 100644
--- a/local/routers/index.vue
+++ b/local/routers/index.vue
@@ -3,19 +3,32 @@
welcome
+
+
+
+
+
+ {{ fruit | json }}
+
diff --git a/package.json b/package.json
index f0db4cf0..5021314b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "iview",
- "version": "0.9.0",
+ "version": "0.9.1",
"title": "iView",
"description": "A high quality UI components Library with Vue.js",
"homepage": "http://www.iviewui.com",