在使用element ui中返回顶部时,不显示内容还会报错:
只要将 target=".page-component__scroll .el-scrollbar__wrap" 去掉即可显示出来
<template>
<el-backtop></el-backtop>
</template>
在使用element ui中返回顶部时,不显示内容还会报错:
只要将 target=".page-component__scroll .el-scrollbar__wrap" 去掉即可显示出来
<template>
<el-backtop></el-backtop>
</template>