ptut-vhost/webpack/component/ue/manage.vue

35 lines
437 B
Vue
Raw Normal View History

<template>
<div id='CONTAINER' class='card'>
<div class='card container'>
<section data-anim-incoming='1'>
<h1 >{{ $route.params.code }}</h1>
<div class='footer'>
<button class='neutral' @click='$router.push(`/ue/view`)'>Retour</button>
</div>
</section>
</div>
</div>
</template>
<script>
export default {
name: 'CONTAINER_VIEW',
data(){
return { gstore: gstore.get }
}
}
</script>