我写了以下代码:
<template v-slot="scope">
<div :class="getFuncationBarClass(scope)" :style="'{ --progress: `${getFunctionPercentage(scope)}` }'">{{getFuncationTotals(scope)}}</div>
</template>
由于某种原因getFuncationBarClass,getFuncationTotals被调用但getFunctionPercentage未被调用。我尝试了其他一些变体,:style但都没有用。如何从样式绑定中调用方法?
蛊毒传说
相关分类