@signal24/vue-foundation 3.7.0 → 3.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal24/vue-foundation",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "description": "Common components, directives, and helpers for Vue 3 apps",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -260,7 +260,7 @@ export default {
260
260
  this.loadedOptions = this.options;
261
261
  this.isLoaded = true;
262
262
  } else if (this.$isPropTruthy(this.preload)) {
263
- this.performInitialLoad();
263
+ await this.performInitialLoad();
264
264
  }
265
265
 
266
266
  this.handleValueChanged();