We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a221198 commit 67829fbCopy full SHA for 67829fb
docs/pages/docs/index.js
@@ -1,11 +1,16 @@
1
-import { bootstrapVersion, vueVersion, nuxtVersion } from '~/content'
+import { bootstrapVersion, vueVersion, nuxtVersion, defaultConfig } from '~/content'
2
import docsMixin from '~/plugins/docs-mixin'
3
import readme from '~/markdown/intro/README.md'
4
5
export default {
6
mixins: [docsMixin],
7
data() {
8
- return { bootstrapVersion, vueVersion, nuxtVersion }
+ return {
9
+ bootstrapVersion,
10
+ vueVersion,
11
+ nuxtVersion,
12
+ defaultConfig
13
+ }
14
},
15
template: `<div class="container bd-content">${readme}</div>`,
16
layout: 'docs'
0 commit comments