File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
docs/.vuepress/theme-coreui/src/client Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { h } from 'vue'
2
2
import { defineClientAppEnhance } from '@vuepress/client'
3
- import Badge from './components/global/Badge.vue'
4
3
import CodeGroup from './components/global/CodeGroup'
5
4
import CodeGroupItem from './components/global/CodeGroupItem.vue'
6
5
import OutboundLink from './components/global/OutboundLink.vue'
@@ -9,7 +8,6 @@ import { useScrollPromise } from './composables'
9
8
import './styles/index.scss'
10
9
11
10
export default defineClientAppEnhance ( ( { app, router } ) => {
12
- app . component ( 'Badge' , Badge )
13
11
app . component ( 'CodeGroup' , CodeGroup )
14
12
app . component ( 'CodeGroupItem' , CodeGroupItem )
15
13
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<RawOutboundLink >
3
- <span class =" sr-only " >{{ themeLocale.openInNewWindow }}</span >
3
+ <span class =" visually-hidden " >{{ themeLocale.openInNewWindow }}</span >
4
4
</RawOutboundLink >
5
5
</template >
6
6
File renamed without changes.
You can’t perform that action at this time.
0 commit comments