1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-31 05:24:20 +00:00

recherche et pages

This commit is contained in:
Maxime Moraine 2020-03-30 11:03:20 +02:00
parent eccc40a123
commit c9f4aae633
6 changed files with 281 additions and 96 deletions

View file

@ -0,0 +1,18 @@
<template>
<main class="page content">
<Content />
</main>
</template>
<script>
export default {
name: 'Page',
components: { }
}
</script>
<style>
</style>