mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-23 05:56:36 +08:00
fix: 修复错误的DOM类型
This commit is contained in:
parent
5b8f322310
commit
79673bb727
|
@ -21,7 +21,7 @@ const { width, height } = useWindowSize();
|
|||
|
||||
const loading = ref(true);
|
||||
const heightRef = ref(window.innerHeight);
|
||||
const frameRef = ref<HTMLFrameElement>();
|
||||
const frameRef = ref<HTMLIFrameElement>();
|
||||
const prefixCls = computed(() => [`${prefix}-iframe-page`]);
|
||||
const settingStore = useSettingStore();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user