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']