Skip to content

Commit

Permalink
Merge pull request #8 from mostafaznv/dev
Browse files Browse the repository at this point in the history
set initial value to fill ck-editor field in edit forms. bugfix #7
  • Loading branch information
mostafaznv authored May 19, 2022
2 parents 051f2ec + 031ddd4 commit 79d338f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions resources/js/components/editor-field.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export default {
},
created() {
this.$options.uuid = this.uuid()
this.setInitialValue()
},
mounted() {
const config = {
Expand Down

0 comments on commit 79d338f

Please sign in to comment.