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

21 lines
189 B
Vue
Raw Normal View History

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