|
|
@@ -1,5 +1,5 @@
|
|
|
/**
|
|
|
- * Vue.js v0.11.9
|
|
|
+ * Vue.js v0.11.10
|
|
|
* (c) 2015 Evan You
|
|
|
* Released under the MIT License.
|
|
|
*/
|
|
|
@@ -6268,6 +6268,10 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
merged._asComponent = true
|
|
|
merged._parent = this.vm
|
|
|
this.template = transclude(this.template, merged)
|
|
|
+ // Important: mark the template as a root node so that
|
|
|
+ // custom element components don't get compiled twice.
|
|
|
+ // fixes #822
|
|
|
+ this.template.__vue__ = true
|
|
|
this._linkFn = compile(this.template, merged)
|
|
|
} else {
|
|
|
// to be resolved later
|