Skip to content

Commit

Permalink
AMP-3122: ifx import vue3-mediaelement
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfeng-iu committed Aug 20, 2024
1 parent ef1cde8 commit 30c5599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import Sidebar from "@/components/navigation/Sidebar.vue";
import config from "./assets/constants/common-contant.js";
import { env } from "@/helpers/env.js";
import "vue3-mediaelement/src";
import "vue3-mediaelement";
export default {
components: {
Sidebar,
Expand Down

0 comments on commit 30c5599

Please sign in to comment.