andreadisaro

Results 1 issues of andreadisaro

Hi, if you define a component like this: ``` import { ref } from 'vue' const valid = ref(false) ``` You'll see that the icon won't change when you click...