🚩 增加Dns功能 优化性能
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
export const useStyleStore = defineStore('style', {
|
||||
state: () => {
|
||||
return {
|
||||
isPage: true,
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
setIsPage(isPage: boolean) {
|
||||
this.isPage = isPage
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user