diff --git a/src/Answer.vue b/src/Answer.vue new file mode 100644 index 0000000..284df48 --- /dev/null +++ b/src/Answer.vue @@ -0,0 +1,124 @@ + + + + + + 为你推荐 + 全站热门 + 邀请回答(68) + + + + + + + + 如何评价谷歌的优化GEMM论文The Indirect Convolution Algorithm? + 3 个回答 · 255 人关注 + + + 如何评价谷歌的优化GEMM论文The Indirect Convolution Algorithm? + 3 个回答 · 255 人关注 + + + 如何评价谷歌的优化GEMM论文The Indirect Convolution Algorithm? + 3 个回答 · 255 人关注 + + + + + + + + + + \ No newline at end of file diff --git a/src/router.js b/src/router.js index 80f2e5b..6063fe5 100644 --- a/src/router.js +++ b/src/router.js @@ -11,6 +11,7 @@ import IndexArticleDetail from "./IndexArticleDetail" import login from "./login" import loginpwd from "./loginpwd" import indexfind from "./IndexFind" +import Answer from "./Answer" const router=new Router({ routes: [ { @@ -41,6 +42,11 @@ const router=new Router({ path: '/PersonalHomepage', component: PersonalHomepage } + , + { + path: '/Answer', + component: Answer + } ] });
为你推荐
全站热门
邀请回答(68)
如何评价谷歌的优化GEMM论文The Indirect Convolution Algorithm?
3 个回答 · 255 人关注