@vuepress-theme-mix/vuepress-plugin-back-top
Version:
VuePress theme mix plugin - back top
10 lines (9 loc) • 354 B
JavaScript
;
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;