UNPKG

vuepress-plugin-smooth-scroll

Version:

VuePress plugin for smooth scrolling

9 lines 369 B
// eslint-disable-next-line @typescript-eslint/no-var-requires const path = require('path'); const SmoothScrollPlugin = { name: 'vuepress-plugin-smooth-scroll', enhanceAppFiles: path.resolve(__dirname, 'enhanceApp.js'), clientRootMixin: path.resolve(__dirname, 'clientRootMixin.js'), }; module.exports = SmoothScrollPlugin; //# sourceMappingURL=index.js.map