Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/platforms/web/runtime/patch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createPatchFunction } from 'core/vdom/patch'
import baseModules from 'core/vdom/modules/index'
import platformModules from 'web/runtime/modules/index'

// the directive module should be applied last, after all
// the directive module should be applied last, afterAll
// built-in modules have been applied.
const modules = platformModules.concat(baseModules)

Expand Down
2 changes: 1 addition & 1 deletion test/unit/modules/vdom/patch/edge-cases.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ describe('vdom patch: edge cases', () => {
},
template: `
<transition-group>
<v-switch key="swicth" v-foo :on="isOn"/>
<v-switch key="switch" v-foo :on="isOn"/>
</transition-group>
`
}).$mount()
Expand Down