chat.vue 207 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 <template> <iframe src="https://chat.groupage.cn/" class="iframe"></iframe> </template> <style> .iframe{ width: 100%; height: calc(100vh - 84px); border: none; } </style>