From 60f18454c3deb3f6cfae85c6ef93813814d5197f Mon Sep 17 00:00:00 2001 From: David Royer Date: Wed, 12 Jun 2019 03:31:43 -0400 Subject: [PATCH] docs: removes unused declarations --- docs/.vuepress/enhanceApp.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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); }