Skip to content

Commit

Permalink
DateGroup default value solved.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Mar 20, 2020
1 parent b77119c commit 07e36e3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions resources/assets/js/components/AkauntingDate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,14 @@ export default {
formClasses: null,
formError: null,
name: null,
value: null,
model: null,
value: {
default: null,
description: "Input value defalut"
},
model: {
default: null,
description: "Input model defalut"
},
config: null,
icon: {
type: String,
Expand Down

0 comments on commit 07e36e3

Please sign in to comment.