Skip to content

Commit

Permalink
fix: Move Layout at the right place for vuepress v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Nov 9, 2019
1 parent 7d6a4a4 commit 8257c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/Layout.vue → src/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<script>
import nprogress from 'nprogress'
import Vue from 'vue'
import VueTsed, { resolveOtherTopicsItems, resolveSidebarItems } from '../src'
import VueTsed, { resolveOtherTopicsItems, resolveSidebarItems } from '../'
Vue.use(VueTsed)
Expand Down
2 changes: 1 addition & 1 deletion layouts/NotFound.vue → src/layouts/NotFound.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<script>
import nprogress from 'nprogress'
import Vue from 'vue'
import VueTsed, { resolveSidebarItems } from './'
import VueTsed, { resolveSidebarItems } from '../'
Vue.use(VueTsed)
Expand Down

0 comments on commit 8257c94

Please sign in to comment.