test: 无界跨域加载测试

This commit is contained in:
wangxuefeng 2025-03-17 17:49:42 +08:00
parent 32db9d8175
commit 8e208e7468

View File

@ -50,7 +50,14 @@ onBeforeUnmount(() => {
<template> <template>
<div class="low-code-adapter" style="width: 100%; height: 100%"> <div class="low-code-adapter" style="width: 100%; height: 100%">
{{ url }} {{ url }}
<WujieVue width="100%" height="100%" :props="subAppProps" /> {{ name }}
<WujieVue
:name="name"
:url="url"
width="100%"
height="100%"
:props="subAppProps"
/>
</div> </div>
</template> </template>