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 {
|
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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user