support BackTop to 2.0

This commit is contained in:
mod 2017-03-07 10:03:11 +08:00
parent 4aec6a66bb
commit 1d8f776752
6 changed files with 24 additions and 4 deletions

View file

@ -0,0 +1,15 @@
<style>
body{
height: 2000px;
}
</style>
<template>
<BackTop>
</BackTop>
</template>
<script>
export default {
}
</script>