chore: update dependencies and vue-types has breakchange

This commit is contained in:
xiaoxian521
2023-03-01 19:20:44 +08:00
parent fe8e84ec9f
commit 30eddc1373
7 changed files with 414 additions and 339 deletions

View File

@@ -1,5 +1,5 @@
import { PropType } from "vue";
import { propTypes } from "@/utils/propTypes";
import propTypes from "@/utils/propTypes";
export const countToProps = {
startVal: propTypes.number.def(0),
endVal: propTypes.number.def(2020),

View File

@@ -1,5 +1,5 @@
import { PropType } from "vue";
import { propTypes } from "@/utils/propTypes";
import propTypes from "@/utils/propTypes";
export const reboundProps = {
delay: propTypes.number.def(1),
blur: propTypes.number.def(2),