From fe5ec9cd53c00e98293c8f04d91447b08826cb3a Mon Sep 17 00:00:00 2001 From: zkwolf Date: Thu, 26 Sep 2019 21:44:34 +0800 Subject: [PATCH] fix: statistic ts type import path (#1234) --- types/ant-design-vue.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/ant-design-vue.d.ts b/types/ant-design-vue.d.ts index 90b83859a..bfc011ee0 100644 --- a/types/ant-design-vue.d.ts +++ b/types/ant-design-vue.d.ts @@ -46,7 +46,7 @@ import { Select } from './select/select'; import { Skeleton } from './skeleton'; import { Slider } from './slider'; import { Spin } from './spin'; -import { Statistic } from './statistic'; +import { Statistic } from './statistic/statistic'; import { Steps } from './steps/steps'; import { Switch } from './switch'; import { Table } from './table/table';