0.1.0 • Published 9 months ago

vue-animate-num v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Vue 3 数字动画组件

安装方式

npm i vue-animate-num

使用案例

<script setup>

  import {ref} from "vue";
  import 'animate.css';

  import {AnimateNum} from "vue-animate-num"

  const number = ref(10)
</script>

<template>

  <AnimateNum :number="number"/>

</template>
0.1.0

9 months ago

0.0.2

9 months ago