If I change icon property of CIcon the icon doesn't change
dkwebtec opened this issue · 5 comments
dkwebtec commented
template:
<CIcon :icon="testIcon" /> {{testIcon}} <button @click="testIcon = 'cilMoon'">Change icon</button>
script:
import { computed, ref } from "vue";
const testIcon = ref("cilSun");
github-actions commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
dkwebtec commented
please, can anybody check?
mrholek commented
@dkwebtec at this moment this property is not reactive, but I will try to change it.
github-actions commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
kevinlester commented
The icon property is not reactive as of release 4.4.3 :( Is there a plan to make it reactive? At the moment it seems like a bug.