nuejs-core
Advanced tools
Comparing version 0.3.4 to 0.4.0
{ | ||
"name": "nuejs-core", | ||
"version": "0.3.4", | ||
"version": "0.4.0", | ||
@@ -5,0 +5,0 @@ "description": "The Nue framework for building user interfaces", |
@@ -261,4 +261,4 @@ | ||
setJSONData(node, data) | ||
node.attribs.island = name | ||
node.name = 'nue-island' | ||
node.attribs.is = name | ||
node.name = 'div' | ||
return // must return | ||
@@ -265,0 +265,0 @@ } |
@@ -149,8 +149,4 @@ | ||
'<hey :val/>': '<nue-island island="hey">\n <script type="application/json">{"val":"1"}</script>\n</nue-island>', | ||
'<hey :val/>': '<div is="hey">\n <script type="application/json">{"val":"1"}</script>\n</div>', | ||
// nue element | ||
// '<foo :nums="nums" :person="person" data-x="bar"/>': | ||
// '<nue-island island="foo" data-x="bar">\n <script type="application/json">{"nums":[1,2],"person":{"name":"Nick","age":10}}</script>\n</nue-island>', | ||
'<html><slot for="none"/><b>{ val }</b></html>': '<html><b>1</b></html>', | ||
@@ -157,0 +153,0 @@ '<html><slot for="page"/></html>': '<html><main>Hello</main></html>', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81547
1566