Xiao_123 5 月之前
父节点
当前提交
251af9a916
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components.d.ts

+ 1 - 0
components.d.ts

@@ -65,6 +65,7 @@ declare module 'vue' {
     TextArea: typeof import('./src/components/FormUI/textArea/index.vue')['default']
     TextInput: typeof import('./src/components/FormUI/TextInput/index.vue')['default']
     TipDialog: typeof import('./src/components/CtDialog/tipDialog.vue')['default']
+    ToolBar: typeof import('./src/components/PreviewImg/toolBar.vue')['default']
     VerificationCode: typeof import('./src/components/VerificationCode/index.vue')['default']
     Verifition: typeof import('./src/components/Verifition/index.vue')['default']
     VerifyPoints: typeof import('./src/components/Verifition/Verify/VerifyPoints.vue')['default']