SeregPie / VuetifyImageInput

Provides basic image editing tools.
https://seregpie.github.io/VuetifyImageInput/
MIT License
131 stars 36 forks source link

Refactor to Vue single file components #32

Closed juhasev closed 3 years ago

juhasev commented 3 years ago

Right now everything is written in old school React style where you have a separate render function. Why not use Vue's single file components for better readability and to lower overall maintenance cost?

SeregPie commented 3 years ago

Yes. I know. It is horrible right now. This will be a single file in the version 20.