@monoui/vuejs 1.1.42 → 1.1.43

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monoui/vuejs",
3
- "version": "1.1.42",
3
+ "version": "1.1.43",
4
4
  "description": "This project will contain MonoFor UI Framework",
5
5
  "main": "./dist/main.js",
6
6
  "repository": "git@gitlab.com:monoui/vuejs.git",
@@ -925,6 +925,7 @@ export default {
925
925
  }
926
926
  },
927
927
  replaceHistory(state, storage = this.historyStorage) {
928
+ if (!this.history) return;
928
929
  if (storage === "query") {
929
930
  let url;
930
931
  if (state) url = state;