storyblok-vue
storyblok-vue copied to clipboard
Add check for undefined binding value
In some instances, the value passed to v-editable
can be null or undefined, meaning a check for the type of binding.value._editable
can throw an error. This PR adds a simple check to cater to that scenario.