Skip to content

Commit

Permalink
消除错误
Browse files Browse the repository at this point in the history
  • Loading branch information
scarecrowQoQ committed Dec 22, 2024
1 parent d419090 commit ad78dae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/type/market/Market.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import {id} from "vuetify/locale";
import {name} from "axios";

export interface ProjectData {
// 项目id
Expand Down
6 changes: 0 additions & 6 deletions src/views/market/project.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ onMounted(async () => {
});
onBeforeUnmount(() => {
if (projectInfoRef.value) {
projectInfoRef.value.removeEventListener('scroll', onScroll);
}
});
</script>


Expand Down

0 comments on commit ad78dae

Please sign in to comment.