rename composable files to composable notation
This commit is contained in:
parent
d851db2fcc
commit
0a3c9f71d8
18 changed files with 217 additions and 202 deletions
|
|
@ -31,7 +31,7 @@
|
|||
import { useIpc } from "@/modules/ipc";
|
||||
import { logoutRequest } from '@/modules/message';
|
||||
import { useProfile } from "@/modules/auth"
|
||||
import { invokeLogout } from "@/ipcRend/account";
|
||||
import { invokeLogout } from "@/render/ipc";
|
||||
|
||||
export default defineComponent({
|
||||
name: "Settings",
|
||||
|
|
|
|||
Loading…
Reference in a new issue