UNPKG

vuepress-plugin-smooth-scroll

Version:

VuePress plugin for smooth scrolling

8 lines 200 B
import smoothscroll from 'smoothscroll-polyfill'; import '../styles/index.styl'; export default { mounted() { smoothscroll.polyfill(); }, }; //# sourceMappingURL=clientRootMixin.js.map