Skip to content

Commit 5157c6f

Browse files
committed
feat: also expose siteData in enhanceApp.js
1 parent b668875 commit 5157c6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/app/app.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ export function createApp () {
7676
})
7777

7878
const options = {}
79-
80-
themeEnhanceApp({ Vue, options, router })
81-
enhanceApp({ Vue, options, router })
79+
80+
themeEnhanceApp({ Vue, options, router, siteData })
81+
enhanceApp({ Vue, options, router, siteData })
8282

8383
const app = new Vue(
8484
Object.assign(options, {

0 commit comments

Comments
 (0)