mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 16:24:31 -04:00
refactor(frontend): 🚧 Migrate Dashboard to Nuxt
Add API and Functinality for Admin Dashboard. Stills needs to clean-up. See // TODO's
This commit is contained in:
3
frontend/composables/use-utils.ts
Normal file
3
frontend/composables/use-utils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const useAsyncKey = function () {
|
||||
return String(Date.now());
|
||||
};
|
||||
Reference in New Issue
Block a user