8000 save some memoery · vuejs/vue@c3848c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit c3848c8

Browse files
committed
save some memoery
1 parent cdf233f commit c3848c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/compile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ export function compileRoot (el, options, contextOptions) {
247247
}
248248
}
249249

250+
options._containerAttrs = options._replacerAttrs = null
250251
return function rootLinkFn (vm, el, scope) {
251252
// link context scope dirs
252253
var context = vm._context

0 commit comments

Comments
 (0)
0