ptut-vhost/webpack/component/fiche/view.vue

23 lines
244 B
Vue
Raw Permalink Normal View History

2018-03-05 18:39:39 +00:00
<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>