JonathanDn / vue-dropdown

A highly dynamic vue dropdown component
39 stars 12 forks source link

Try to move style to computed #2

Closed tranlehaiquan closed 5 years ago

tranlehaiquan commented 5 years ago

This style attribute look so long, can you try to move it to computed? https://github.com/JonathanDn/vue-dropdown/blob/master/dropdown.vue#L6

JonathanDn commented 5 years ago

Good suggestion thank you @tranlehaiquan , I will get to it soon and upate

JonathanDn commented 5 years ago

Just resolved this issue - moved inline binded styles to a computed prop - "computedStyles"