<template>
<div class="my_index">

</div>
</template>
<script>
export default{
name:'my_index',
props:{

},
data(){
return {

}},
components: {

},
mounted(){

},
methods:{

}
}
</script>
<style scoped>

</style>
posted on 2017-07-19 16:15  仔仔爱学习  阅读(182)  评论(0编辑  收藏  举报