Blame view

src/pages/vhis/vhis.vue 339 Bytes
joe committed
1 2 3 4 5

<template>
  <div class="content">

		<auth @onLogout="userLogout" v-show="false"></auth>
simon committed
6
		
7
		<iframe v-if="outsideUrl" id="myiframe" width="100%" height="100%" scrolling="yes" frameborder="0" :src="outsideUrl"></iframe>
joe committed
8 9 10 11 12 13 14 15
  </div>
</template>


<script src="./vhis.js"></script>
<style lang="scss" scoped>
@import "./vhis.scss";
</style>