aboutsummaryrefslogtreecommitdiff
path: root/node_modules/vuepress/lib/app/root-mixins/index.js
blob: fd966f396e2c5b416d2edf99ff1dbe473f6384de (plain)
1
2
3
4
5
6
7
import updateMeta from './updateMeta'
import activeHeaderLinks from '@activeHeaderLinks'

export default [
  updateMeta, // required
  activeHeaderLinks // optional
]