This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// import vue from 'vue/dist/vue.esm.browser'
export default ({
Vue, // VuePress 正在使用的 Vue 构造函数
options, // 附加到根实例的一些选项
router, // 当前应用的路由实例
siteData // 站点元数据
}) => {
// window.Vue = vue // 使页面中可以使用Vue构造函数 (使页面中的vue demo生效)
}