diff --git a/src/platforms/web/runtime/patch.ts b/src/platforms/web/runtime/patch.ts index a56e67f0ce0..6d005c7847f 100644 --- a/src/platforms/web/runtime/patch.ts +++ b/src/platforms/web/runtime/patch.ts @@ -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) diff --git a/test/unit/modules/vdom/patch/edge-cases.spec.ts b/test/unit/modules/vdom/patch/edge-cases.spec.ts index 1b27f2b630c..30c6c395d49 100644 --- a/test/unit/modules/vdom/patch/edge-cases.spec.ts +++ b/test/unit/modules/vdom/patch/edge-cases.spec.ts @@ -493,7 +493,7 @@ describe('vdom patch: edge cases', () => { }, template: ` - + ` }).$mount()