mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-02 07:40:28 +00:00
other fixes
This commit is contained in:
parent
b5b65af6b4
commit
25e01d9606
5 changed files with 66 additions and 33 deletions
|
@ -102,6 +102,9 @@
|
|||
|
||||
const username = computed(() => authStore.self?.name || "User");
|
||||
|
||||
// Preload currency format
|
||||
useFormatCurrency();
|
||||
|
||||
const modals = reactive({
|
||||
item: false,
|
||||
location: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue