Skip to content

Commit af9383c

Browse files
committed
fix(site): fix reviews
1 parent 3677496 commit af9383c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

examples/sites/src/main.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ import '@unocss/reset/eric-meyer.css'
66
import 'prismjs/themes/prism.css'
77
import 'uno.css'
88

9-
// highlight默认样式
10-
// import 'highlight.js/styles/default.css'
11-
129
// 只使用markdown的亮色主题
1310
import 'github-markdown-css/github-markdown.css'
1411
import './assets/index.less'

examples/sites/src/views/components-doc/common.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ watch(
162162
onMounted(() => {
163163
loadPage()
164164
// 加载公共尾部
165-
const common = new window.TDCmmon(['#footer'], { allowDarkTheme: true })
165+
const common = new window.TDCommon(['#footer'], { allowDarkTheme: true })
166166
common.renderFooter()
167167
setScrollListener()
168168
})

0 commit comments

Comments
 (0)