Skip to content

Commit

Permalink
Fix to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpabon committed Nov 13, 2023
1 parent b6cf3fd commit 70b63d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ import { useI18n } from 'vue-i18n';
import i18n from '@/assets/i18n/i18n';
import MainOptions from "./MainOptions.vue";
import ConfigPage from "../configpage/ConfigPage.vue";
import { ElButton, ElDialog } from 'element-plus'
import { ref, watch } from "vue";
import type { UploadInstance, UploadProps, UploadUserFile } from "element-plus";
Expand Down Expand Up @@ -181,7 +182,6 @@ const sendToChatGPT = async () => {
store.startChatGPT(modalInput.value);
};
import { ElButton, ElDialog } from 'element-plus'
const dialogVisible = ref(false)
const visible = ref(false)
Expand Down

0 comments on commit 70b63d5

Please sign in to comment.