add profile, messages, and connectionStatus shared state
This commit is contained in:
parent
308dbe2b4e
commit
81b4d018fb
9 changed files with 44 additions and 17 deletions
|
|
@ -28,7 +28,7 @@
|
|||
<script lang="ts">
|
||||
|
||||
import { defineComponent, ref } from "vue";
|
||||
import { clearProfile } from "@/render/composables/useProfile"
|
||||
import { clearProfile } from "@/render/shared/profile"
|
||||
import { invokeLogout } from "@/render/ipc";
|
||||
|
||||
export default defineComponent({
|
||||
|
|
|
|||
Loading…
Reference in a new issue