Newer
Older
smartwell_app_front / src / page / indexTab / IndexMine.vue
StephanieGitHub on 6 Aug 2019 206 bytes first commit
<template>
 <router-view></router-view>
</template>

<script type="text/ecmascript-6">
  export default {
    name:'IndexMine'

  }
</script>

<style scoped lang="stylus" rel="stylesheet/stylus">

</style>