test: 无界跨域加载测试
This commit is contained in:
parent
32db9d8175
commit
8e208e7468
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user