vue file updates selectGroup and form.js

This commit is contained in:
Cüneyt Şentürk
2020-02-17 17:32:30 +03:00
parent d36b6a55e9
commit a3ba91f75e
6 changed files with 26 additions and 7 deletions
resources/assets

@ -420,14 +420,14 @@ export default {
},
value: {
type: [String, Number, Array],
default: null,
default: '',
description: "Selectbox selected value"
},
options: null,
model: {
type: [String, Number],
default: null,
default: '',
description: "Selectbox selected model"
},