Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mew-iview
  • examples
  • routers
  • back-top.vue
  • update dependencies
    c6487ddf
    梁灏 authored
    2017-10-13 16:51:47 +0800  
    Browse Code »
back-top.vue 272 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<style>
    body{
        /*height: 2000px;*/
    }
</style>
<template>
    <BackTop>
       
    </BackTop>
</template>
<script>
    export default {
        data(){
            return {

            }
        },
        mounted(){
            
        }
    }
</script>