iview/examples/routers/back-top.vue

23 lines
272 B
Vue
Raw Normal View History

2017-03-07 10:03:11 +08:00
<style>
body{
2017-10-13 16:51:47 +08:00
/*height: 2000px;*/
2017-03-07 10:03:11 +08:00
}
</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>