eleva 1.0.0 → 1.0.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.
@@ -445,7 +445,7 @@ class Router {
445
445
  this.options = {
446
446
  mode: "hash",
447
447
  queryParam: "view",
448
- viewSelector: "root",
448
+ viewSelector: "view",
449
449
  ...options,
450
450
  };
451
451
 
@@ -1779,7 +1779,7 @@ export const RouterPlugin = {
1779
1779
  * Plugin version
1780
1780
  * @type {string}
1781
1781
  */
1782
- version: "1.0.0",
1782
+ version: "1.0.1",
1783
1783
 
1784
1784
  /**
1785
1785
  * Plugin description