I have a function to display a tooltip. This function accepts string param. I want to pass the translated string to thi开发者_JS百科s function. But when I pass the value is not parsed and displayed as
I have a component that it has v-for to showing multiple repetition of data, I use vue3 with composition API, When I initialize table of data and log it, it shows the right value what I want, but the