vhis.vue
370 Bytes
<template>
<div class="content">
<auth @onLogout="userLogout" v-show="false"></auth>
<iframe sandbox="allow-top-navigation" v-if="outsideUrl" id="myiframe" width="100%" height="100%" scrolling="yes" frameborder="0" :src="outsideUrl"></iframe>
</div>
</template>
<script src="./vhis.js"></script>
<style lang="scss" scoped>
@import "./vhis.scss";
</style>