fix: type check

This commit is contained in:
xingyu4j
2026-03-14 13:39:51 +08:00
parent f32818c6aa
commit 06c9e8d7c1

View File

@@ -10,6 +10,7 @@ defineProps<IFrameProps>();
const loading = ref(true);
const height = ref('');
// @ts-expect-error: composable typing does not preserve this node schema exactly
const frameRef = ref<HTMLElement | null>(null);
function init() {