diff --git a/env.d.ts b/env.d.ts index 11f02fe2..a5628a4d 100644 --- a/env.d.ts +++ b/env.d.ts @@ -1 +1,9 @@ /// + +declare module '*.vue' { + import { ComponentOptions } from 'vue' + const componentOptions: ComponentOptions + export default componentOptions +} + +declare module 'quill-image-uploader' diff --git a/src/components/common/DialogApi.vue b/src/components/common/DialogApi.vue index 561a48fe..6a33f014 100644 --- a/src/components/common/DialogApi.vue +++ b/src/components/common/DialogApi.vue @@ -1,4 +1,4 @@ -