feat(recipe detail page): [M] revert last commit

[M] revert last commit

Signed-off-by: Ching <loooching@gmail.com>
This commit is contained in:
Ching 2021-10-05 18:47:43 +08:00
parent 74d7fbda80
commit cca2779633
10 changed files with 30 additions and 31 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.62244a93.js" rel="preload" as="script"><link href="/js/chunk-vendors.454d5d96.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.454d5d96.js"></script><script src="/js/app.62244a93.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.b14de476.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.b14de476.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.b14de476.js vendored Normal file

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -25,11 +25,10 @@
closable closable
size="small" size="small"
> >
<!-- <router-link <router-link
:to="{ name: 'RecipeDetail', params: { id: recipe.id } }" :to="{ name: 'RecipeDetail', params: { id: recipe.id } }"
>{{ recipe.name }}</router-link >{{ recipe.name }}</router-link
> --> >
<a :href="'/recipe/' + recipe.id">{{ recipe.name }}</a>
</el-tag> </el-tag>
</template></el-table-column </template></el-table-column
> >