Swipeout removeElements=false param doesn't works with Vue

Hello,

I’m running framework7 vue.
I’m trying to use swipeout buttons to delete item of an array.
I’ve got an @swipeout:delete action that delete item from array.
The problem is that swipeout component remove it from the DOM too. Due to vue reactivity it cause some unwanted behavior…

I’ve read in an older post that told to setup f7 params to avoid such behavior. Unfortunatly, at least for me it doesn’t works …

  swipeout: {
    noFollow: true,
    removeElements: false
  }

Please check fiddle bellow

Regards