efront 4.4.0 → 4.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -135,6 +135,7 @@ Html.prototype.createScoped = function (code) {
135
135
  }
136
136
  break;
137
137
  case QUOTED:
138
+ case PIECE:
138
139
  if (c.length) {
139
140
  c.forEach(run);
140
141
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efront",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "简化前端开发,优化web性能",
5
5
  "main": "public/efront.js",
6
6
  "directories": {