]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix missing type import
authorEvan You <yyx990803@gmail.com>
Fri, 14 Jun 2024 14:04:04 +0000 (16:04 +0200)
committerEvan You <yyx990803@gmail.com>
Fri, 14 Jun 2024 14:04:04 +0000 (16:04 +0200)
packages/runtime-dom/src/apiCustomElement.ts

index d3d8b5b6e7398a8f3521821ef88b7006b57c6baa..2a96cafa0eaa63422d6e642aad4a0d2e7bc7e00c 100644 (file)
@@ -1,6 +1,7 @@
 import {
   type ComponentInjectOptions,
   type ComponentInternalInstance,
+  type ComponentObjectPropsOptions,
   type ComponentOptions,
   type ComponentOptionsMixin,
   type ComponentOptionsWithArrayProps,