1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

fix: navigate store name error

Signed-off-by: Kaifuny <superbiger.github@gmail.com>
This commit is contained in:
Kaifuny 2023-07-24 17:13:54 +08:00
parent 9957ad82bb
commit 37b70ee9e8

View File

@ -1,6 +1,6 @@
import { defineStore } from 'pinia' import { defineStore } from 'pinia'
export const useApperance = defineStore('auth', { export const useApperance = defineStore('navigate', {
state: () => ({ state: () => ({
currentPathName: '', currentPathName: '',
}), }),