|
|
@@ -48,6 +48,9 @@ function transcludeTemplate (el, options) {
|
|
|
if (options.replace) {
|
|
|
if (frag.childNodes.length > 1) {
|
|
|
transcludeContent(frag, rawContent)
|
|
|
+ // TODO: store directives on placeholder node
|
|
|
+ // and compile it somehow
|
|
|
+ // probably only check for v-with, v-ref & paramAttributes
|
|
|
return frag
|
|
|
} else {
|
|
|
var replacer = frag.firstChild
|