vsn 0.1.95 → 0.1.98

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/demo/demo.html CHANGED
@@ -201,7 +201,7 @@
201
201
  <input type="text" vsn-bind="test.age"/>
202
202
  <button vsn-on:click="test.reset()" vsn-if="test.name">Reset</button>
203
203
  <button vsn-on:click="test.add();">Add New List Item</button>
204
- <ul vsn-list:test.items vsn-list-item-model="TestItem" vsn-name="list">
204
+ <ul vsn-list:test.items list-item-model="TestItem" vsn-name="list">
205
205
  <li vsn-list-item>
206
206
  <span vsn-bind="item.name">Tom</span>, <span vsn-bind="item.age">22</span> Years Old <input type="text"
207
207
  vsn-bind="item.name"/>