浏览代码

更新 依赖

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({