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 06fb694 commit b562972Copy full SHA for b562972
packages/@vuepress/core/lib/app/components/LayoutDistributor.vue
@@ -3,6 +3,12 @@
3
</template>
4
5
<script>
6
+import Vue from 'vue'
7
+import { getLayoutAsyncComponent } from '../util'
8
+
9
+Vue.component('Layout', getLayoutAsyncComponent('Layout'))
10
+Vue.component('NotFound', getLayoutAsyncComponent('NotFound'))
11
12
export default {
13
computed: {
14
layout () {
0 commit comments