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