siteOptions
This commit is contained in:
@ -12,7 +12,8 @@ const useDataStore = defineStore("data", {
|
||||
},
|
||||
},
|
||||
actions: {
|
||||
async setSiteList(list) {
|
||||
async setSiteList() {
|
||||
console.log(this.siteList);
|
||||
if (this.siteList.length !== 0) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user