File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import('@temp/style.styl')
13
13
// built-in components
14
14
import Content from './components/Content'
15
15
import OutboundLink from './components/OutboundLink.vue'
16
- import Badge from './components/Badge.vue'
17
16
import ClientOnly from './components/ClientOnly'
18
17
19
18
// suggest dev server restart on base change
@@ -36,7 +35,7 @@ Vue.mixin(dataMixin(siteData))
36
35
// component for rendering markdown content and setting title etc.
37
36
Vue . component ( 'Content' , Content )
38
37
Vue . component ( 'OutboundLink' , OutboundLink )
39
- Vue . component ( 'Badge' , Badge )
38
+ Vue . component ( 'Badge' , ( ) => import ( './components/ Badge.vue' ) )
40
39
// component for client-only content
41
40
Vue . component ( 'ClientOnly' , ClientOnly )
42
41
You can’t perform that action at this time.
0 commit comments