mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
Docs/installation guide (#727)
* docs(docs): 📝 Update v1.0.0 installation docs
* fix frontend build
Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
parent
2e9026f9ea
commit
c16f07950f
12 changed files with 315 additions and 264 deletions
|
@ -37,6 +37,7 @@ export default defineComponent({
|
|||
methods: {
|
||||
assignSorted(val: Array<Recipe>) {
|
||||
if (this.category) {
|
||||
// @ts-ignore
|
||||
this.category.recipes = val;
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue