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

@@ -66,10 +66,5 @@ export default {
components: {
HiddenInput,
},
data() {
return {
name: "smtp",
}
},
}
</script>