diff --git a/docs/examples/config-provider/button.vue b/docs/examples/config-provider/button.vue index f039c6790d..da3bdf7320 100644 --- a/docs/examples/config-provider/button.vue +++ b/docs/examples/config-provider/button.vue @@ -26,7 +26,9 @@ import { reactive } from 'vue' import { buttonTypes } from 'element-plus' -const config = reactive({ +import type { ButtonConfigContext } from 'element-plus' + +const config = reactive({ autoInsertSpace: true, type: 'default', plain: true, diff --git a/docs/examples/config-provider/card.vue b/docs/examples/config-provider/card.vue index 89dee3e052..95fa01fc72 100644 --- a/docs/examples/config-provider/card.vue +++ b/docs/examples/config-provider/card.vue @@ -1,7 +1,9 @@ diff --git a/docs/examples/config-provider/link.vue b/docs/examples/config-provider/link.vue index 1a9472f114..1f43e40dfa 100644 --- a/docs/examples/config-provider/link.vue +++ b/docs/examples/config-provider/link.vue @@ -28,10 +28,12 @@