Vue made an error writing other data in the property.

  v-bind:data-tooltip="vo.goods_discountevent_percent/100  "

clipboard.png

Mar.19,2022

uses attribute binding, and the expression

is in quotation marks.
v-bind:data-tooltip="vo.goods_discountevent_percent/100 + ''"
Menu