提交 5157c6f4 编写于 作者: E Evan You

feat: also expose siteData in enhanceApp.js

上级 b6688754
......@@ -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, {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册