diff --git a/src/pages-user/pages/add-card/index.vue b/src/pages-user/pages/add-card/index.vue index db83e7e..daed2c8 100644 --- a/src/pages-user/pages/add-card/index.vue +++ b/src/pages-user/pages/add-card/index.vue @@ -2,7 +2,7 @@ import * as R from "ramda"; const { t } = useI18n(); // @ts-ignore -import {debounce} from "throttle-debounce"; +import { debounce } from "throttle-debounce"; // @ts-ignore import Config from "@/config"; @@ -24,10 +24,10 @@ const handleSubmit = debounce(Config.debounceLongTime, submit, {