You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

shims-core.d.ts 209B

12345678
  1. import { ComponentCustomProperties } from "vue";
  2. // import Verify from '@/utils/util/verify'
  3. declare module "@vue/runtime-core" {
  4. interface ComponentCustomProperties {
  5. // $verify(): Verify,
  6. }
  7. }