refactor: 去除alert
This commit is contained in:
parent
807e6b5f27
commit
0459047ab7
@ -6,7 +6,6 @@ import { stringify } from '@vben/request';
|
|||||||
import { useAccessStore } from '@vben/stores';
|
import { useAccessStore } from '@vben/stores';
|
||||||
|
|
||||||
import { useEventListener } from '@vueuse/core';
|
import { useEventListener } from '@vueuse/core';
|
||||||
import { Alert } from 'ant-design-vue';
|
|
||||||
|
|
||||||
defineOptions({ name: 'FlowDesigner' });
|
defineOptions({ name: 'FlowDesigner' });
|
||||||
|
|
||||||
@ -50,12 +49,6 @@ useEventListener('message', messageHandler);
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="size-full">
|
<div class="size-full">
|
||||||
<Alert
|
|
||||||
class="mx-4 my-2"
|
|
||||||
type="warning"
|
|
||||||
:show-icon="true"
|
|
||||||
message="这是iframe页面! iframe页面! iframe页面! 不是我写的真服了"
|
|
||||||
/>
|
|
||||||
<iframe :src="url" class="size-full"></iframe>
|
<iframe :src="url" class="size-full"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user