Skip to content

Commit

Permalink
feat: also expose siteData in enhanceApp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 23, 2018
1 parent b668875 commit 5157c6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ export function createApp () {
})

const options = {}
themeEnhanceApp({ Vue, options, router })
enhanceApp({ Vue, options, router })

themeEnhanceApp({ Vue, options, router, siteData })
enhanceApp({ Vue, options, router, siteData })

const app = new Vue(
Object.assign(options, {
Expand Down

0 comments on commit 5157c6f

Please sign in to comment.