@afeefa/vue-app 0.0.144 → 0.0.145

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 0.0.144
1
+ 0.0.145
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.144",
3
+ "version": "0.0.145",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -62,6 +62,8 @@ export class FormFieldMixin extends Vue {
62
62
  .fromRequest(request)
63
63
  .load()
64
64
 
65
+ this.$emit('optionsLoaded', models, this.model)
66
+
65
67
  const options = []
66
68
 
67
69
  if (!this.validator || !this.validator.getParam('filled')) {