pawajs-continue 1.0.6 → 1.0.8
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.
- package/component.js +1 -2
- package/package.json +1 -1
package/component.js
CHANGED
|
@@ -203,10 +203,9 @@ const oldState=getCurrentContext()
|
|
|
203
203
|
})
|
|
204
204
|
const number={notRender:null,index:null}
|
|
205
205
|
children.forEach((value, index) => {
|
|
206
|
+
number.index=isIndex
|
|
206
207
|
isIndex++
|
|
207
208
|
if(value.hasAttribute(attr.name)) value.removeAttribute(attr.name);
|
|
208
|
-
number.index=isIndex
|
|
209
|
-
componentChildren.push(value)
|
|
210
209
|
if (number.notRender !== null && isIndex <= number.notRender){
|
|
211
210
|
return
|
|
212
211
|
}
|