zpin-templates
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -193,3 +193,3 @@ 'use strict'; | ||
} | ||
console.log(result); | ||
// console.log(result); | ||
props[propKey] = existing + utils.convertText(node, context, result); | ||
@@ -587,2 +587,3 @@ } | ||
_.forEach(rootTags, function (tag) { | ||
//加载基础组件 | ||
if (tag.name === requireAttr) { | ||
@@ -589,0 +590,0 @@ handleRequire(tag, context); |
{ | ||
"name": "zpin-templates", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Light weight templates for react -> write html get valid react code", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -207,3 +207,3 @@ 'use strict'; | ||
} | ||
console.log(result); | ||
// console.log(result); | ||
props[propKey] = existing + utils.convertText(node, context,result); | ||
@@ -591,2 +591,3 @@ } | ||
_.forEach(rootTags, tag => { | ||
//加载基础组件 | ||
if (tag.name === requireAttr) { | ||
@@ -593,0 +594,0 @@ handleRequire(tag, context); |
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
297672
3638