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
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;
}
},

View File

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