Skip to content

Commit

Permalink
fix: vite use Video.vue import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
langren1353 committed Oct 18, 2023
1 parent d03b83a commit 59bf954
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/views/files/Preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ import { files as api } from "@/api";
import { resizePreview } from "@/utils/constants";
import url from "@/utils/url";
import throttle from "lodash.throttle";
import HeaderBar from "@/components/header/HeaderBar";
import Action from "@/components/header/Action";
import ExtendedImage from "@/components/files/ExtendedImage";
import Video from "./Video";
import HeaderBar from "@/components/header/HeaderBar.vue";
import Action from "@/components/header/Action.vue";
import ExtendedImage from "@/components/files/ExtendedImage.vue";
import Video from "./Video.vue";
const mediaTypes = ["image", "video", "audio", "blob"];
Expand Down

0 comments on commit 59bf954

Please sign in to comment.