mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix lint
This commit is contained in:
parent
ce12744207
commit
e2995f1d36
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user