@@ -45,7 +45,7 @@
import store from "../store";
import router from "../router";
import api from "../apis/fetch";
-import { onMounted, ref } from "_vue@3.2.20@vue";
+import { onMounted, ref } from "vue";
import { BellFilled } from "@element-plus/icons";
import _ from "lodash";
export default {
@@ -70,7 +70,7 @@
</div>
</template>
<script>
-import { onMounted, ref, watch } from "_vue@3.2.20@vue";
+import { onMounted, ref, watch } from "vue";
import { useStore } from "vuex";
@@ -123,7 +123,7 @@
</el-dialog>
-import { ref, toRefs, reactive } from "_vue@3.2.20@vue";
+import { ref, toRefs, reactive } from "vue";
import { ElNotification } from "element-plus";
import api from "../../apis/fetch";
@@ -3,7 +3,7 @@
import PicTimelineVue from "../../components/PicTimeline.vue";
-import { ref } from "_vue@3.2.20@vue";
+import { ref } from "vue";
components: {
@@ -609,7 +609,7 @@
-import { onMounted, reactive, ref, toRefs } from "_vue@3.2.20@vue";
+import { onMounted, reactive, ref, toRefs } from "vue";
import { useRoute } from "vue-router";