You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then remove an item from items and see what happens. See reproduction link.
Expected Behavior
This worked perfectly before I upgraded to vue 2.6.7:
Removing an item from items removed the correct one in the list.
Actual Behavior
When you remove an item from items, you effectively have one less item in the list by all the data is not refreshed properly as if it was the last item which have been removed.
Versions and Environment
Vuetify: 1.5.4
Last working version: 1.5.4
Vue: 2.6.7
Browsers: Chrome 72.0.3626.119
OS: Mac OS 10.14.1
Steps to reproduce
Wrap
v-list-tile
withv-hover
:Then remove an item from
items
and see what happens. See reproduction link.Expected Behavior
This worked perfectly before I upgraded to vue 2.6.7:
Removing an item from
items
removed the correct one in the list.Actual Behavior
When you remove an item from
items
, you effectively have one less item in the list by all the data is not refreshed properly as if it was the last item which have been removed.Reproduction Link
https://codesandbox.io/s/r78l4lnk5n
Other comments
It seems to be a problem with new vue slots and slot-scope
The text was updated successfully, but these errors were encountered: