選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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. }