create projects store
This commit is contained in:
parent
18ac3b9173
commit
893d173c59
6 changed files with 360 additions and 106 deletions
|
|
@ -1,11 +1,7 @@
|
|||
<template>
|
||||
<h1 class="sr-only">{{ data.content.title }}</h1>
|
||||
<div class="with-sidebar">
|
||||
<!-- Changer le Menu actif
|
||||
class="active" sur le <li>
|
||||
aria-current="page" sur le <a>
|
||||
-->
|
||||
<Menu />
|
||||
<Menu />
|
||||
<main>
|
||||
<Inspirations />
|
||||
</main>
|
||||
|
|
@ -23,6 +19,4 @@ const { data } = defineProps({
|
|||
// ....
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
<style scoped></style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue