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

23 lines
220 B
Vue
Raw Normal View History

2018-03-05 18:39:02 +00:00
<template>
<div id='CONTAINER'>
<h1>Ici c'est la page Adiministration</h1>
</div>
</template>
<script>
export default {
name: 'CONTAINER_VIEW',
data(){
return { gstore: gstore.get }
}
}
</script>