Skip to content

Commit

Permalink
Fix: import BaseMovieInfo error
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 committed Oct 15, 2023
1 parent ae7450b commit d0ba895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoviePush.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import { onMounted, ref } from "vue";
import { ElNotification } from "element-plus";
import type { BaseMovieInfo } from "@/types/Movie";
import type { BaseMovieInfo } from "@/proto/message";
import { strLengthLimit } from "@/utils/utils";
import { pushMovieApi } from "@/services/apis/movie";
import customHeaders from "@/components/dialogs/customHeaders.vue";
Expand Down

0 comments on commit d0ba895

Please sign in to comment.