next/pages/forum.vue
2023-09-25 19:56:21 -04:00

5 lines
153 B
Vue

<template>
<div style="width: 100%;">
<iframe style="width: 100%; height: max-content;" src="https://www.rockfic.com/forum/"/>
</div>
</template>