This commit is contained in:
2021-04-05 16:55:01 +00:00
parent 9424a1e3e2
commit 833c420ed6
3 changed files with 81 additions and 10 deletions

View File

@@ -15,16 +15,17 @@ export default {
props: {
value: {
default: "{}",
type: String
},
formKey: { type: String, default: "" }, //used to grab template from store
readonly: Boolean,
disabled: Boolean,
parentVM: {
default: null,
type: Object
}
},
pvm: {
default: null,
type: Object
},
formKey: { type: String, default: "" }, //used to grab template from store
readonly: Boolean,
disabled: Boolean
},
methods: {