I have noticed that many people are asking about this issue, but it seems like a clear and simple answer is hard to come by. Currently, I am working with Vue and trying to display text from an object in a component. My goal is to highlight the price portion of the string in bold while keeping the rest of the text unchanged. How can I achieve this specific formatting for a part of the string?
premiumContent: [
{
infoText: "Get this for only €2,99 per month:",
},
]