UNPKG

113 BJavaScriptView Raw
1import BackToTop from './BackToTop.vue'
2
3export default ({ Vue }) => {
4 Vue.component('BackToTop', BackToTop)
5}