Skip to content

Commit

Permalink
docs: removes unused declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Jun 12, 2019
1 parent 6a49a96 commit 60f1845
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/.vuepress/enhanceApp.js
Original file line number Diff line number Diff line change
@@ -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);
}
Expand Down

0 comments on commit 60f1845

Please sign in to comment.