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

docs/.vuepress/components/Foo.vue

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/.vuepress/components/non-browser-firendly.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/app/app.js

Lines changed: 1 addition & 3 deletions
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)