glib-web 3.1.0 → 3.1.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.
Files changed (2) hide show
  1. package/nav/dialog.vue +1 -0
  2. package/package.json +1 -1
package/nav/dialog.vue CHANGED
@@ -138,6 +138,7 @@ export default {
138
138
  },
139
139
  reload(newSpec) {
140
140
  if (Utils.http.proceedEvenWhenDirty()) {
141
+ this.spec.url = newSpec.url;
141
142
  this.urlLoaded = false;
142
143
  this.show(true);
143
144
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glib-web",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {