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 21:29:40 +02:00
Code
Issues
Releases
Activity
89ab7fac25
mealie
/
frontend
/
types
/
ts-shim.d.ts
5 lines
74 B
TypeScript
Raw
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"
;
export
default
Vue
;
feat(frontend): :construction: CRUD Functionality
2021-08-02 22:15:11 -08:00
}
Copy permalink