Home.vue 225 B

12345678910111213141516171819
  1. <template>
  2. <div
  3. id="home"
  4. class="full-width"
  5. >
  6. <header>
  7. <h1>En Français</h1>
  8. </header>
  9. <section>
  10. <p>contenu</p>
  11. </section>
  12. </div>
  13. </template>
  14. <script>
  15. export default {
  16. }
  17. </script>