Component({ data: { backTopTheme: 'round', backTopText: '顶部', }, methods: { onToTop(e) { console.log('backToTop', e); }, }, });