Skip to content

Commit 197b823

Browse files
xiaojunjunxiaojunjun
authored andcommitted
Fix build error: remove unused computed import
1 parent 7b94d5f commit 197b823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TabBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { onMounted, ref, nextTick, computed } from "vue";
2+
import { onMounted, ref, nextTick } from "vue";
33
import { useTabsStore, type Tab } from "../stores/tabs";
44
import Sortable from "sortablejs";
55
import { appWindow } from "@tauri-apps/api/window";

0 commit comments

Comments
 (0)