test: 渲染器加载测试

This commit is contained in:
wangxuefeng
2025-03-18 09:37:17 +08:00
parent da4fc5900c
commit 9f15b89fff
9 changed files with 126 additions and 98 deletions

View File

@@ -42,18 +42,20 @@ onBeforeUnmount(() => {
});
</script>
<template>
{{ props }}
<WujieVue
:id="name"
:key="name"
:name="name"
:url="url"
:sync="sync"
:degrade="degrade"
width="100%"
height="100%"
:props="props"
:before-load="beforeLoad"
:after-mount="afterMount"
/>
{{ 1 }}
<div style="width: 100%; height: 100%">
<WujieVue
:id="name"
:key="name"
:name="name"
:url="url"
:sync="sync"
:degrade="degrade"
width="100%"
height="100%"
:props="props"
:before-load="beforeLoad"
:after-mount="afterMount"
/>
</div>
</template>