Edit comment and remove unused variable

This commit is contained in:
zsxeee
2021-09-17 20:20:44 +08:00
parent de8b61ef2b
commit 66e40d9fcb
18 changed files with 1 additions and 129 deletions

View File

@@ -27,13 +27,3 @@
</div>
</div>
</template>
<script>
export default {
data() {
return {
name: "rocket.chat",
}
},
}
</script>