This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
mealie
Watch
1
Star
0
Fork
You've already forked mealie
0
mirror of
https://github.com/mealie-recipes/mealie.git
synced
2025-07-19 13:19:41 +02:00
Code
Issues
Releases
Activity
extend-create-from-image-timeout
mealie
/
frontend
/
types
/
ts-shim.d.ts
6 lines
75 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
feat(frontend): :construction: CRUD Functionality
2021-08-02 22:15:11 -08:00
declare
module
"*.vue"
{
refactor: recipe-page (#1587) Refactor recipe page to use break up the component and make it more usable across different pages. I've left the old route in as well in case there is some functional breaks, I plan to remove it before the official release once we've tested the new editor some more in production. For now there will just have to be some duplicate components and pages around.
2022-08-27 10:44:58 -08:00
import
Vue
from
"vue"
;
feat: Migrate to Nuxt 3 framework (#5184) Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
2025-06-20 00:09:12 +07:00
refactor: recipe-page (#1587) Refactor recipe page to use break up the component and make it more usable across different pages. I've left the old route in as well in case there is some functional breaks, I plan to remove it before the official release once we've tested the new editor some more in production. For now there will just have to be some duplicate components and pages around.
2022-08-27 10:44:58 -08:00
export
default
Vue
;
feat(frontend): :construction: CRUD Functionality
2021-08-02 22:15:11 -08:00
}
Copy permalink