We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60cd83 commit ab428b5Copy full SHA for ab428b5
src/platforms/web/runtime/components/transition-group.js
@@ -89,7 +89,7 @@ export default {
89
90
updated () {
91
const children = this.prevChildren
92
- const moveClass = this.moveClass || (this.name + '-move')
+ const moveClass = this.moveClass || ((this.name || 'v') + '-move')
93
if (!children.length || !this.hasMove(children[0].elm, moveClass)) {
94
return
95
}
0 commit comments