1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 17:16:59 -05:00

working search with flat endpoint

This commit is contained in:
vabene1111
2024-02-29 20:08:37 +01:00
committed by smilerz
parent 4a8ad3db1e
commit 17f875863c
143 changed files with 18624 additions and 9992 deletions

View File

@@ -0,0 +1,8 @@
import {DateTime} from "luxon";
export default {
install: (app: any) => {
// inject a globally available luxon DateTime
app.config.globalProperties.$luxon = DateTime
}
}