mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 10:43:25 -04: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:
@@ -37,6 +37,7 @@ export default defineComponent({
|
||||
methods: {
|
||||
assignSorted(val: Array<Recipe>) {
|
||||
if (this.category) {
|
||||
// @ts-ignore
|
||||
this.category.recipes = val;
|
||||
}
|
||||
},
|
||||
|
||||
@@ -37,6 +37,7 @@ export default defineComponent({
|
||||
methods: {
|
||||
assignSorted(val: Array<Recipe>) {
|
||||
if (this.tag) {
|
||||
// @ts-ignore
|
||||
this.tag.recipes = val;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user