mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-26 21:55:52 +10:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
const { path } = require('@vuepress/shared-utils')
|
|
|
|
module.exports = {
|
|
clientRootMixin: path.resolve(__dirname, 'mixin.js')
|
|
}
|