🚀 Launch v1.0 pre-alpha testing
This commit is contained in:
11
src/stores/ui.ts
Normal file
11
src/stores/ui.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineStore } from "pinia"
|
||||
import { reactive } from "vue"
|
||||
|
||||
export const useUI = defineStore("ui", () => {
|
||||
const safeArea = reactive({
|
||||
top: 0,
|
||||
bottom: 0,
|
||||
})
|
||||
|
||||
return { safeArea }
|
||||
})
|
Reference in New Issue
Block a user