@@ -683,9 +683,7 @@ module.exports = {
function findPrevVm (vm, anchor, id) {
var el = vm.$el.previousSibling
- if (!el) {
- return
- }
+ if (!el) return
while (
(!el.__vue__ || el.__vue__.$options._repeatId !== id) &&
el !== anchor