ptut-vhost/webpack/component/home/page2.vue

21 lines
189 B
Vue
Raw Permalink Normal View History

2018-02-28 11:36:54 +00:00
<template>
<div id='CONTAINER' class='page2'>
</div>
</template>
<script>
export default {
name: 'CONTAINER_PAGE2',
data(){
return { gstore: gstore.get }
}
}
</script>