diff --git a/src/App.vue b/src/App.vue index f51f67e0..8899a42a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,6 +3,7 @@
0" />
@@ -91,12 +92,12 @@ import { getFrontInternationalizationList, } from "@/api/dictionary/dictionary"; import { getTrialExtralConfig } from "@/api/trials"; -import feedBack from '@/views/trials/trials-layout/components/feedBack' +import feedBack from "@/views/trials/trials-layout/components/feedBack"; import Vue from "vue"; import i18n from "./lang"; export default { name: "App", - components: {feedBack}, + components: { feedBack }, data() { return { drawer: false,