1
0
Fork 0
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:
Hayden 2021-10-07 11:13:05 -08:00 committed by GitHub
parent 2e9026f9ea
commit c16f07950f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 315 additions and 264 deletions

View file

@ -37,6 +37,7 @@ export default defineComponent({
methods: {
assignSorted(val: Array<Recipe>) {
if (this.category) {
// @ts-ignore
this.category.recipes = val;
}
},