import observe from './utils/observe.js' export default ({ Vue }) => { Vue.prototype.$themeScroll = observe() }