cleaned, switched from stylus to sass

This commit is contained in:
2019-07-19 16:21:46 +02:00
parent dd40e24467
commit 01e4d99537
16 changed files with 874 additions and 161 deletions
+19
View File
@@ -0,0 +1,19 @@
<template>
<nav id="">
<ul>
<li><a href="#">Index</a></li>
<li><a href="#">Bibliographie</a></li>
<li><a href="#">Blog</a></li>
</ul>
</nav>
</template>
<script>
export default {
name: 'HeaderMenu',
data: () => ({
})
}
</script>
<style lang="scss" scoped>
</style>