chroe: adjust page js code

This commit is contained in:
engigu
2024-01-18 21:38:16 +08:00
parent b20279860a
commit c3c5acd585
15 changed files with 28 additions and 165 deletions
@@ -14,7 +14,6 @@ import { defineComponent } from 'vue';
export default defineComponent({
methods: {
handleDelete() {
// 触发自定义事件
this.$emit('customHandleDelete');
}
}