9 lines
164 B
Vue
9 lines
164 B
Vue
<template>
|
|
<div style="width: 100%; height: 90vh">
|
|
<iframe
|
|
style="width: 100%; height: 100%"
|
|
src="https://www.rockfic.com/forum/"
|
|
/>
|
|
</div>
|
|
</template>
|