rewrite recommendation component with script setup

This commit is contained in:
geoffrey45
2022-06-12 10:21:23 +03:00
parent 178d3c8835
commit 599cb38cbe
6 changed files with 75 additions and 92 deletions
@@ -87,7 +87,6 @@ const routes = [
},
{
path: "/:pathMatch(.*)",
// alias: "*",
component: () => import("../views/NotFound.vue"),
},
];