mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 20:28:46 -05:00
working search with flat endpoint
This commit is contained in:
8
vue3/src/plugins/luxonPlugin.ts
Normal file
8
vue3/src/plugins/luxonPlugin.ts
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user