Global loading done.
This commit is contained in:
7
src/stores/loading.js
Normal file
7
src/stores/loading.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { defineStore } from "pinia";
|
||||
|
||||
export default defineStore('loadingStore', {
|
||||
state: () => ({
|
||||
isLoading: true,
|
||||
})
|
||||
});
|
||||
Reference in New Issue
Block a user