data-kt-countup was in vue.js demo1
account.vue file
<div
class="fs-2 fw-bold"
data-kt-countup="true"
data-kt-countup-value="2006"
data-kt-countup-prefix="CH"
>
2006CH
</div>
but it doesn't work... why.
Hi,
At the moment, we do not support countup in our vue version, since all markup was taken from our HTML version, some of the initialization attributes were not removed. We will consider including countup plugin in our vue version in the next release.
For now, you can use the plugin below:
https://www.npmjs.com/package/vue-countup-v3
Or if you want to use the same countup plugin you can refer to our HTML version: https://preview.keenthemes.com/html/metronic/docs/general/countup
Regards,
Lauris Stepanovs,
Keenthemes Support Team