chat.vue 207 Bytes
<template>
    <iframe src="https://chat.groupage.cn/" class="iframe"></iframe>
</template>
<style>
    .iframe{
        width: 100%;
        height: calc(100vh - 84px);
        border: none;
    }
</style>