File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
import Vue from 'vue'
2
2
import Router from 'vue-router'
3
- import Content from './Content'
4
- import OutboundLink from '../default-theme/OutboundLink.vue'
5
- import Badge from '../default-theme/Badge.vue'
6
- import ClientOnly from './ClientOnly'
7
3
import dataMixin from './dataMixin'
8
4
import store from './store'
9
5
import { routes } from '@temp/routes'
10
6
import { siteData } from '@temp/siteData'
11
7
import enhanceApp from '@temp/enhanceApp'
12
8
import themeEnhanceApp from '@temp/themeEnhanceApp'
13
9
10
+ // built-in components
11
+ import Content from './components/Content'
12
+ import OutboundLink from './components/OutboundLink.vue'
13
+ import Badge from './components/Badge.vue'
14
+ import ClientOnly from './components/ClientOnly'
15
+
14
16
// suggest dev server restart on base change
15
17
if ( module . hot ) {
16
18
const prevBase = siteData . base
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments