diff --git a/src/components/Vant/index.js b/src/components/Vant/index.js
index bdcbffa..d0ae77d 100644
--- a/src/components/Vant/index.js
+++ b/src/components/Vant/index.js
@@ -46,6 +46,7 @@ import {
ContactCard,
ContactList,
ContactEdit,
+ Stepper,
NoticeBar,
Radio,
RadioGroup,
@@ -99,6 +100,7 @@ Vue.use(Toast)
.use(ContactCard)
.use(ContactList)
.use(ContactEdit)
+ .use(Stepper)
.use(NoticeBar)
.use(Radio)
.use(RadioGroup)
diff --git a/src/views/cart/modules/Item.vue b/src/views/cart/modules/Item.vue
index 5355d2e..3b06cab 100644
--- a/src/views/cart/modules/Item.vue
+++ b/src/views/cart/modules/Item.vue
@@ -25,8 +25,9 @@
>{{item}}
-
-
+
+
@@ -70,6 +71,9 @@ export default {
}
}
},
+ data() {
+ return { value: 1 }
+ },
methods: {
// position 为关闭时点击的位置
// instance 为对应的 SwipeCell 实例