vhis.vue 338 Bytes

<template>
  <div class="content">

		<auth @onLogout="userLogout" v-show="false"></auth>
    <iframe 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>