mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-01 15:18:50 +08:00
284 B
284 B
<template>
<Back-top :target="getTarget" :height-to-show="100"></Back-top>
</template>
<script>
export default {
methods: {
getTarget () {
return document.getElementsByClassName('right-panel')[0]
}
}
}
</script>