No problem in this way
showDelText: ` ${delText} `
: 1
but if I add the html tag, it will display along with the html tag
showDelText: `
<div> ${delText} </div>
`,
: <div> 1 </div>
the html tag should not be displayed, should it? What went wrong?