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

@@ -21,17 +21,3 @@
</div>
</div>
</template>
<script>
export default {
data() {
return {
name: "webhook",
}
},
}
</script>
<style lang="less" scoped>
</style>