RubyGems
npm
Organizations
Log in
Sign up
npm
@afeefa/vue-app
Versions diffs
0.0.144 → 0.0.145
@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.
Files changed (3)
hide
show
package/.afeefa/package/release/version.txt
+1
-1
package/package.json
+1
-1
package/src/components/form/FormFieldMixin.js
+2
-0
package/.afeefa/package/release/version.txt
CHANGED
Viewed
@@ -1 +1 @@
1
-
0.0.
144
1
+
0.0.
145
package/package.json
CHANGED
Viewed
@@ -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",
package/src/components/form/FormFieldMixin.js
CHANGED
Viewed
@@ -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')) {