mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
fix lint
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
export default {
|
export default {
|
||||||
name: 'zan-swipe-item',
|
name: 'zan-swipe-item',
|
||||||
|
|
||||||
|
|
||||||
beforeCreate() {
|
beforeCreate() {
|
||||||
this.$parent.swipes.push(this);
|
this.$parent.swipes.push(this);
|
||||||
}
|
}
|
||||||
|
@@ -32,7 +32,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
currIndex: 0,
|
currIndex: 0,
|
||||||
swipes: []
|
swipes: []
|
||||||
}
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
|
Reference in New Issue
Block a user