UNPKG
vuepress-theme-medium
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
0.0.1
Medium-Like blog theme for VuePress
z3by/vuepress-theme-medium
vuepress-theme-medium
/
enhanceApp.js
9 lines
(7 loc)
•
222 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
({ Vue,
// the version of Vue being used in the VuePress app
options,
// the options for the root Vue instance
router,
// the router instance for the app
siteData
// site metadata
})
=> { }