lusaxweb / vuesax-next

Vuesax v4: framework components for Vuejs
https://vuesax.com/
GNU General Public License v3.0
1.83k stars 199 forks source link

The color property of the alert component is not reactive #112

Open SPbryan007 opened 4 years ago

SPbryan007 commented 4 years ago

you can see it in its documentation https://vuesax.com/es/docs/components/Alert.html#color

the problem appears when you try to change color dynamically to alert component

neil-oliver commented 4 years ago

I second this, i cant set a color of an avatar and change it dynamically

brdtheo commented 4 years ago

the problem appears when you try to change color dynamically to alert component

Do you mean like this ? https://codepen.io/theo-billardey/pen/gOMdpoO

neil-oliver commented 4 years ago

I must apologize, I didn't read the title of the issue correctly. My issue was specifically with setting the color of the avatar component, not the alert component.

brdtheo commented 4 years ago

My issue was specifically with setting the color of the avatar component, not the alert component.

Something like that ? https://codepen.io/theo-billardey/pen/MWeqwZr

neil-oliver commented 4 years ago

Exactly like that. No idea what i did wrong, i tried it with a standard html div and had no issue with the responsiveness. I will go back and try again as its obviously an issue on my end. Sorry for taking up your time and thanks for the excellent example