chore: bump deps (#1252)

* bump deps

* fix: add apt-get update
This commit is contained in:
Hayden
2022-05-22 11:52:57 -08:00
committed by GitHub
parent cd0da36e7c
commit 8235bd5104
5 changed files with 1884 additions and 2687 deletions

View File

@@ -274,7 +274,7 @@ export default defineComponent({
watch(props.value, (v) => {
state.disabledSteps = [];
v.forEach((element) => {
v.forEach((element: RecipeStep) => {
if (element.id !== undefined) {
showTitleEditor.value[element.id] = validateTitle(element.title);
}