release: 2.0.0发布

This commit is contained in:
kailong321200875
2021-10-24 12:25:30 +08:00
parent 0e3eb4ba8b
commit b9f96d485f
42 changed files with 10256 additions and 185 deletions

View File

@@ -7,7 +7,6 @@
import { reactive, computed, watch, onMounted, unref, toRef } from 'vue'
import { countToProps } from './props'
import { isNumber } from '@/utils/validate'
import { requestAnimationFrame, cancelAnimationFrame } from '@/utils/animation'
const props = defineProps(countToProps)