|
|
@@ -326,9 +326,9 @@ function processComponent (el) {
|
|
|
let binding
|
|
|
if ((binding = getBindingAttr(el, 'is'))) {
|
|
|
el.component = binding
|
|
|
- }
|
|
|
- if (getAndRemoveAttr(el, 'keep-alive') != null) {
|
|
|
- el.keepAlive = true
|
|
|
+ if (getAndRemoveAttr(el, 'keep-alive') != null) {
|
|
|
+ el.keepAlive = true
|
|
|
+ }
|
|
|
}
|
|
|
if (getAndRemoveAttr(el, 'inline-template') != null) {
|
|
|
el.inlineTemplate = true
|