karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

Avoided problem with deleted attributes #175

Closed bezany closed 5 years ago

bezany commented 5 years ago

Demo of problem: https://jsfiddle.net/bezanyu/81297vu6/

When attribute removed then called convertAttributeValue with value = null. Added detect this situation.

karol-f commented 5 years ago

Thank You for the PR. Will look at it soon. Regards.

karol-f commented 5 years ago

Thanks for the PR!