mirror of
https://github.com/halo-dev/halo.git
synced 2025-12-20 16:44:38 +08:00
Enhance type hints for globally registered components (#7933)
* Enhance type hints for globally registered components * Refactor Codemirror props and language support * Update Signed-off-by: Ryan Wang <i@ryanc.cc> --------- Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<script setup lang="ts">
|
||||
import HasPermission from "@/components/permission/HasPermission.vue";
|
||||
import CommentDetailModal from "@console/modules/contents/comments/components/CommentDetailModal.vue";
|
||||
import OwnerButton from "@console/modules/contents/comments/components/OwnerButton.vue";
|
||||
import { useContentProviderExtensionPoint } from "@console/modules/contents/comments/composables/use-content-provider-extension-point";
|
||||
|
||||
Reference in New Issue
Block a user