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

<script type="text/ecmascript-6">

  export default {
    name:'indexMain',
  }
</script>

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

</style>