next/pages/forum.vue

5 lines
153 B
Vue
Raw Normal View History

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