vsn 0.1.59 → 0.1.60

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
@@ -89,9 +89,6 @@
89
89
  </li>
90
90
  </template>
91
91
 
92
- <h2>XHR Component</h2>
93
- <div vsn-lazy="@html = << './xhr.vsn'"></div>
94
-
95
92
  <div id="test-container"></div>
96
93
  <a href="./markup.html" vsn-on:click|preventdefault="#test-container.@html = << @href">Fill Container</a>
97
94
  <a vsn-on:click|preventdefault="#test-container.@html = ''">Clear Container</a>
@@ -190,6 +187,10 @@
190
187
  </li>
191
188
  </ul>
192
189
  </div>
190
+
191
+ <h2>Lazy XHR Component</h2>
192
+ <div vsn-lazy="@html = << './xhr.html'"></div>
193
+
193
194
  <script type="text/javascript">
194
195
  window.addEventListener('vsn', function () {
195
196
  vision.registry.classes.register('TestController', TestController);