Skip to content

Commit

Permalink
Merge pull request #1440 from bolt/fix/vue-slug
Browse files Browse the repository at this point in the history
Make sure editing text fields triggers slugify
  • Loading branch information
I-Valchev authored Jun 5, 2020
2 parents edb9257 + ceb596c commit 8171e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/app/editor/Components/Text.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
},
},
watch: {
val() {
rawVal() {
if (this.generate) {
this.$root.$emit('slugify-from-title');
}
Expand Down

0 comments on commit 8171e03

Please sign in to comment.