mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-05 05:27:59 +08:00
[release] 0.11.5
This commit is contained in:
parent
79fdb4666e
commit
a06cd65e1c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue",
|
||||
"version": "0.11.4",
|
||||
"version": "0.11.5",
|
||||
"main": "dist/vue.js",
|
||||
"description": "Simple, Fast & Composable MVVM for building interative interfaces",
|
||||
"authors": ["Evan You <yyx990803@gmail.com>"],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue",
|
||||
"version": "0.11.4",
|
||||
"version": "0.11.5",
|
||||
"main": "src/vue.js",
|
||||
"author": "Evan You <yyx990803@gmail.com>",
|
||||
"description": "Simple, Fast & Composable MVVM for building interative interfaces",
|
||||
|
7571
dist/vue.js
vendored
7571
dist/vue.js
vendored
File diff suppressed because it is too large
Load Diff
8
dist/vue.min.js
vendored
8
dist/vue.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue",
|
||||
"version": "0.11.4",
|
||||
"version": "0.11.5",
|
||||
"author": "Evan You <yyx990803@gmail.com>",
|
||||
"license": "MIT",
|
||||
"description": "Simple, Fast & Composable MVVM for building interative interfaces",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user