fix: type check

pull/336/head
xingyu4j 2026-03-14 13:39:51 +08:00
parent f32818c6aa
commit 06c9e8d7c1
1 changed files with 1 additions and 0 deletions

View File

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