@webqit/oohtml 2.1.70 → 2.1.71

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -688,11 +688,11 @@ Generated item elements are automatically assigned a corresponding index with a
688
688
 
689
689
  <!-- The "items" template -->
690
690
  <template def="item" scoped>
691
- <li binding="@text: key + ': ' + name;"></li>
691
+ <li binding="@text: index + ': ' + name;"></li>
692
692
  </template>
693
693
 
694
694
  <!-- The loop -->
695
- <ul binding="@items: (name, key) of ['dog','cat','ram'] / 'item';"></ul>
695
+ <ul binding="@items: (name, index) of ['dog','cat','ram'] / 'item';"></ul>
696
696
 
697
697
  </section>
698
698
  ```
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "wicg-proposal"
15
15
  ],
16
16
  "homepage": "https://webqit.io/tooling/oohtml",
17
- "version": "2.1.70",
17
+ "version": "2.1.71",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",