Edit comment and remove unused variable

This commit is contained in:
zsxeee 2021-09-17 20:20:44 +08:00
parent de8b61ef2b
commit 66e40d9fcb
No known key found for this signature in database
GPG key ID: 895CFFFD8313B3B8
18 changed files with 1 additions and 129 deletions

View file

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