chore: bump version to 0.3.6 and fix unused import

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-04-19 15:07:59 +08:00
parent 8a4ab2d69d
commit e7e4c386c3
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, computed, watch, nextTick, onMounted } from "vue";
import { ref, computed, watch, nextTick } from "vue";
import { useI18n } from "vue-i18n";
import MessageItem from "./MessageItem.vue";
import { useChatStore } from "@/stores/hermes/chat";