feat(recipe detail page): [M] 删除多余 component

[M] 删除多余 component

Signed-off-by: Ching <loooching@gmail.com>
This commit is contained in:
Ching 2021-10-05 17:54:14 +08:00
parent e66d8e2202
commit 49e13737b5
6 changed files with 4 additions and 9 deletions

View File

@ -1 +1 @@
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>frontend</title><link href="/css/app.6a1f0595.css" rel="preload" as="style"><link href="/css/chunk-vendors.8823d44d.css" rel="preload" as="style"><link href="/js/app.3e7ff45a.js" rel="preload" as="script"><link href="/js/chunk-vendors.bb844861.js" rel="preload" as="script"><link href="/css/chunk-vendors.8823d44d.css" rel="stylesheet"><link href="/css/app.6a1f0595.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.bb844861.js"></script><script src="/js/app.3e7ff45a.js"></script></body></html> <!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>frontend</title><link href="/css/app.6a1f0595.css" rel="preload" as="style"><link href="/css/chunk-vendors.8823d44d.css" rel="preload" as="style"><link href="/js/app.a66866e6.js" rel="preload" as="script"><link href="/js/chunk-vendors.bb844861.js" rel="preload" as="script"><link href="/css/chunk-vendors.8823d44d.css" rel="stylesheet"><link href="/css/app.6a1f0595.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but frontend doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.bb844861.js"></script><script src="/js/app.a66866e6.js"></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
frontend/dist/js/app.a66866e6.js vendored Normal file

File diff suppressed because one or more lines are too long

1
frontend/dist/js/app.a66866e6.js.map vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -14,11 +14,6 @@
</el-menu> </el-menu>
</el-header> </el-header>
<el-main> <el-main>
<el-row justify="center">
<el-col>
<recipe_list></recipe_list>
</el-col>
</el-row>
<el-row justify="center"> <el-row justify="center">
<el-col> <el-col>
<input_recipe :recipe-id="recipe.id" :recipe_="recipe"></input_recipe> <input_recipe :recipe-id="recipe.id" :recipe_="recipe"></input_recipe>