From b4fa5d9519d79a145c4849edd55b952a925bbffb Mon Sep 17 00:00:00 2001 From: Ching Date: Sat, 2 Oct 2021 17:28:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(recipe=20detail):=20=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=97=B6=E7=BC=96=E8=BE=91=E6=A1=86=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E5=BD=93=E5=89=8D=E8=AF=A6=E6=83=85=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 编辑详情时编辑框展示当前详情内容 Signed-off-by: Ching --- frontend/src/components/input_recipe.vue | 17 +++++++----- frontend/src/utils/constants.js | 33 ++++++++++++++++++++++++ frontend/src/views/home.vue | 2 +- frontend/src/views/recipeDetail.vue | 30 ++++++++++++++++----- 4 files changed, 68 insertions(+), 14 deletions(-) diff --git a/frontend/src/components/input_recipe.vue b/frontend/src/components/input_recipe.vue index e04fb25..37eea5a 100644 --- a/frontend/src/components/input_recipe.vue +++ b/frontend/src/components/input_recipe.vue @@ -62,18 +62,23 @@ -