@asd20/ui 3.2.557 → 3.2.559

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.557",
8
+ "version": "3.2.559",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -219,7 +219,7 @@ export default {
219
219
  methods: {
220
220
  goBack() {
221
221
  if (typeof window === 'undefined') return
222
- if (document.referrer === 'undefined') {
222
+ if (!document.referrer) {
223
223
  const currentURL = new URL(window.location.href)
224
224
  this.returnURL = currentURL.origin
225
225
  } else {