fuc-new/doc/node_modules/@vuepress/plugin-nprogress/lib/client/config.js
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

8 lines
194 B
JavaScript

import { defineClientConfig } from 'vuepress/client';
import { useNprogress } from './composables/index.js';
export default defineClientConfig({
setup() {
useNprogress();
},
});