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 11import { h } from 'vue'
22import { defineClientAppEnhance } from '@vuepress/client'
3- import Badge from './components/global/Badge.vue'
43import CodeGroup from './components/global/CodeGroup'
54import CodeGroupItem from './components/global/CodeGroupItem.vue'
65import OutboundLink from './components/global/OutboundLink.vue'
@@ -9,7 +8,6 @@ import { useScrollPromise } from './composables'
98import './styles/index.scss'
109
1110export default defineClientAppEnhance ( ( { app, router } ) => {
12- app . component ( 'Badge' , Badge )
1311 app . component ( 'CodeGroup' , CodeGroup )
1412 app . component ( 'CodeGroupItem' , CodeGroupItem )
1513
Original file line number Diff line number Diff line change 11<template >
22 <RawOutboundLink >
3- <span class =" sr-only " >{{ themeLocale.openInNewWindow }}</span >
3+ <span class =" visually-hidden " >{{ themeLocale.openInNewWindow }}</span >
44 </RawOutboundLink >
55</template >
66
File renamed without changes.
You can’t perform that action at this time.
0 commit comments