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