iview/examples/routers/back-top.vue

23 lines
268 B
Vue
Raw Normal View History

2017-03-07 10:03:11 +08:00
<style>
body{
height: 2000px;
}
</style>
<template>
<BackTop>
</BackTop>
</template>
<script>
export default {
2017-03-07 10:13:53 +08:00
data(){
return {
2017-03-07 10:03:11 +08:00
2017-03-07 10:13:53 +08:00
}
},
mounted(){
}
2017-03-07 10:03:11 +08:00
}
</script>