2
schangxiang@126.com
2024-12-09 33c75f1b7dbc5ed934a91bea8eacd83dbb94b9a6
1
2
3
4
5
6
7
import { CountUp } from "countup.js";
const demo = new CountUp("myTargetElement", 6884);
if (!demo.error) {
  demo.start();
} else {
  console.error(demo.error);
}