소스 검색

更新 依赖

wzg 2 년 전
부모
커밋
aced4fab23
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/components/Uploader.vue

+ 1 - 4
src/components/Uploader.vue

@@ -26,10 +26,7 @@
 </template>
 <script>
 import { defineComponent, computed, ref, onMounted, watch } from "vue";
-import {
-  ElMessage,
-  ElNotification,
-} from "_element-plus@1.1.0-beta.24@element-plus";
+import { ElMessage, ElNotification } from "element-plus";
 import store from "../store/index";
 
 export default defineComponent({