Skip to content

Commit 611237c

Browse files
committed
chore: remove unused files, disable dev tip
1 parent f95e245 commit 611237c

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

Diff for: docs/.vuepress/components/Foo.vue

-13
This file was deleted.

Diff for: docs/.vuepress/components/non-browser-firendly.js

-1
This file was deleted.

Diff for: lib/app/app.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ if (module.hot) {
2121
})
2222
}
2323

24+
Vue.config.productionTip = false
2425
Vue.use(Router)
25-
2626
// mixin for exposing $site and $page
2727
Vue.mixin(dataMixin)
28-
2928
// component for rendering markdown content and setting title etc.
3029
Vue.component('Content', Content)
31-
3230
// component for client-only content
3331
Vue.component('ClientOnly', ClientOnly)
3432

0 commit comments

Comments
 (0)