NightCatSama/vue-slider-component

Remove dependency on vue-property-decorator, use composition-api instead

GeekyMonkey opened this issue · 0 comments

Describe the feature

Reduce dependencies

Describe the solution you'd like

It would be nice if we didn't need to include the dependencies of vue-property-decorator and vue-class-component. The new composition API is lighter and faster and would be ideal for this sort of component.