@3dwayfinder/wayfinder-vue-components 1.3.3 → 1.3.4

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": "@3dwayfinder/wayfinder-vue-components",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "VueJS UI components for 3D Wayfinder floor plans",
5
5
  "main": "dist/wayfinder-vue-components.ssr.js",
6
6
  "browser": "dist/wayfinder-vue-components.esm.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@3dwayfinder/scrollarea": "^1.0.10",
24
- "on-screen-js-keyboard": "^1.2.4",
24
+ "on-screen-js-keyboard": "^1.3.0",
25
25
  "qrcode-svg": "^1.1.0",
26
26
  "vue-observe-visibility": "^1.0.0",
27
27
  "vue2-touch-events": "^3.2.2",
@@ -31,7 +31,7 @@ export default {
31
31
  },
32
32
  watch: {
33
33
  language () {
34
- if (wayfinder) {
34
+ if (this.$wayfinder) {
35
35
  this.show_path = this.$wayfinder.translator.get('show_path');
36
36
  }
37
37
  }