UNPKG

@vuepress-theme-mix/vuepress-plugin-back-top

Version:
10 lines (9 loc) 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.backTopPlugin = void 0; const utils_1 = require("@vuepress/utils"); const backTopPlugin = () => ({ name: '@vuepress-theme-mix/plugin-back-top', clientConfigFile: utils_1.path.resolve(__dirname, '../client/config.js'), }); exports.backTopPlugin = backTopPlugin;