iview/examples/routers/back-top.vue

23 lines
272 B
Vue
Raw Normal View History

2019-08-27 09:42:40 +08:00
<style>
body{
/*height: 2000px;*/
}
</style>
<template>
<BackTop>
</BackTop>
</template>
<script>
export default {
data(){
return {
}
},
mounted(){
}
}
</script>