We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95e245 commit 611237cCopy full SHA for 611237c
docs/.vuepress/components/Foo.vue
docs/.vuepress/components/non-browser-firendly.js
lib/app/app.js
@@ -21,14 +21,12 @@ if (module.hot) {
21
})
22
}
23
24
+Vue.config.productionTip = false
25
Vue.use(Router)
-
26
// mixin for exposing $site and $page
27
Vue.mixin(dataMixin)
28
29
// component for rendering markdown content and setting title etc.
30
Vue.component('Content', Content)
31
32
// component for client-only content
33
Vue.component('ClientOnly', ClientOnly)
34
0 commit comments