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:
parent
9957ad82bb
commit
37b70ee9e8
@ -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: '',
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user