Hi i wanna try to formate text to break line after ***
this is only part of the script i think the problem is on computed part maybe i wrote something wrong i have already tried this:
<div v-html="post.case_history"></div>
and this:
computed() {
post.case_history.replace('***', '<br>')
}
I got this error
Invalid value for option "computed": expected an Object, but got Function.
computedshould be an object...