fix: fixing the issues regarding the use of href
This commit is contained in:
@ -27,12 +27,12 @@ import { ref } from "vue";
|
||||
const projects = ref([
|
||||
{
|
||||
name: "Projet Alpha",
|
||||
link: "/project-alpha.html", // to test
|
||||
link: "/canvas", // to test
|
||||
members: ["Alice", "Bob", "Charlie"],
|
||||
},
|
||||
{
|
||||
name: "Projet Beta",
|
||||
link: "./project-beta.html", // to test
|
||||
link: "./canvas", // to test
|
||||
members: ["David", "Eve", "Frank"],
|
||||
},
|
||||
]);
|
||||
|
Reference in New Issue
Block a user