David-Desmaisons/Vue.resize

would you add some warning tips

anhzhi opened this issue · 1 comments

before the codeline: let callBack = () => value(el)
would you add some checklist like:
if (!value){
console.warning(method or v-resize is not implemented as to $el)
}

That makes sense, I will add something like this in next version.