Subscribe on changes!

cannot use V-bind in the content property of a pseudo-lement of style

avatar
Dec 4th 2021

Version

3.2.23

Reproduction link

sfc.vuejs.org/

Steps to reproduce

just open the SFC Playground ,you can see the content property of a pseudo-lement of style is invalid

What is expected?

i can use v-bind in the content property of a pseudo-lement of style

What is actually happening?

the content property of a pseudo-lement of style is invalid

avatar
Dec 4th 2021

change to const text = ref('"something"')

avatar
Dec 4th 2021

Duplicated #4880, it's invalid content without quotation.

impicture_20211204_142214

avatar
Dec 4th 2021

change to const text = ref('"something"')

thanks for your answer,according for your tips, i solved the problem