diff --git a/docs/.vuepress/enhanceApp.js b/docs/.vuepress/enhanceApp.js index ff2f3f1..1438b4c 100644 --- a/docs/.vuepress/enhanceApp.js +++ b/docs/.vuepress/enhanceApp.js @@ -1,9 +1,4 @@ -export default ({ - Vue, // the version of Vue being used in the VuePress app - options, // the options for the root Vue instance - router, // the router instance for the app - siteData // site metadata -}) => { +export default ({ Vue }) => { if (typeof window !== "undefined") { Vue.use(window.Vue2Editor); }