Skip to content

Commit c4574f4

Browse files
committed
docs: add enhanceApp placeholder
1 parent c6797dd commit c4574f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export default ({
2+
Vue, // the version of Vue being used in the VuePress app
3+
options, // the options for the root Vue instance
4+
router, // the router instance for the app
5+
siteData // site metadata
6+
}) => {
7+
// ...apply enhancements to the app
8+
}

0 commit comments

Comments
 (0)