first commit
This commit is contained in:
22
iview/examples/routers/back-top.vue
Normal file
22
iview/examples/routers/back-top.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<style>
|
||||
body{
|
||||
/*height: 2000px;*/
|
||||
}
|
||||
</style>
|
||||
<template>
|
||||
<BackTop>
|
||||
|
||||
</BackTop>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data(){
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
mounted(){
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user