<template>
<div id='CONTAINER'>
<h1>Ici c'est la page Fiches</h1>
</div>
</template>
<script>
export default {
name: 'CONTAINER_VIEW',
data(){
return { gstore: gstore.get }
}
</script>