Subscribe on changes!

class binding issue

avatar
Nov 19th 2021

Version

3.2.22

Reproduction link

sfc.vuejs.org/

Steps to reproduce

type in the textbox until the content is longer than 10 characters

What is expected?

the color of the heading changes to ForestGreen

What is actually happening?

it is still the default color

avatar
Nov 19th 2021

you should use const bold = computed(() => msg.value.length>=10) here.