Agontuk / vue-cropperjs

A Vue wrapper component for cropperjs https://github.com/fengyuanchen/cropperjs
MIT License
935 stars 224 forks source link

warning prop "style" #17

Closed mamor closed 7 years ago

mamor commented 7 years ago

Hello :)

since vuejs v2.3 https://github.com/vuejs/vue/releases/tag/v2.3.0, the following warning occored.

[Vue warn]: "style" is a reserved attribute and cannot be used as component prop.

found in

---> <VueCropper>

Is there a way to fix it?

Agontuk commented 7 years ago

Thanks for the report, I'll check it out. Probably need to do a breaking change since style is now treated as a reserved keyword