diff --git a/examples/views/docs/component/cell.md b/examples/views/docs/component/cell.md
index 14ba935..115d37c 100644
--- a/examples/views/docs/component/cell.md
+++ b/examples/views/docs/component/cell.md
@@ -14,19 +14,28 @@
-
+
-
- 开启微信通知
-
- 关注微信公众号,可获取运单到账信息
-
+
+
开启微信通知
+
关注微信公众号,可获取运单到账信息
icon
+
+
+
+
开启微信通知
+
关注微信公众号,可获取运单到账信息
+
+
+
diff --git a/packages/cell/index.vue b/packages/cell/index.vue
index 3bb4106..97d5467 100644
--- a/packages/cell/index.vue
+++ b/packages/cell/index.vue
@@ -29,7 +29,7 @@
-
+
@@ -42,7 +42,10 @@ export default {
value: String,
label: String,
isLink: Boolean,
- rightIcon: String,
+ rightIcon: {
+ type: String,
+ default: 'enter'
+ },
},
computed: {
classRender: function() {
--
libgit2 0.21.0