Quellcode durchsuchen

解决冲突。

jiaxiaoqiang vor 1 Jahr
Ursprung
Commit
d5b1c37945
1 geänderte Dateien mit 1 neuen und 5 gelöschten Zeilen
  1. 1 5
      src/views/prepare-complete-suit/index.vue

+ 1 - 5
src/views/prepare-complete-suit/index.vue

@@ -29,14 +29,10 @@
 import First from "./components/first.vue";
 import StorageOut from "@/views/storage-out/index.vue";
 import Third from "./components/third.vue";
-import ShowInfo from "./popUpView/showInfo.vue";
 import { TabsPaneContext } from "element-plus";
 
-import ShowInfo from "./firstPopUpView/showInfo.vue";
 const activeName = ref("first");
-const handleClick = (tab: TabsPaneContext, event: Event) => {
-
-};
+const handleClick = (tab: TabsPaneContext, event: Event) => {};
 </script>
 
 <style lang="scss" scoped>