parent
de591b6329
commit
601d2cc4fd
@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<iframe class="pgweb" src="http://loc-geodata.lan:8081/"></iframe>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "pgweb-embed",
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<style lang="css">
|
||||
.pgweb {
|
||||
width: 100%;
|
||||
flex: 1 0 100vh;
|
||||
}
|
||||
</style>
|
||||
Loading…
Reference in new issue