We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3677496 commit af9383cCopy full SHA for af9383c
examples/sites/src/main.js
@@ -6,9 +6,6 @@ import '@unocss/reset/eric-meyer.css'
6
import 'prismjs/themes/prism.css'
7
import 'uno.css'
8
9
-// highlight默认样式
10
-// import 'highlight.js/styles/default.css'
11
-
12
// 只使用markdown的亮色主题
13
import 'github-markdown-css/github-markdown.css'
14
import './assets/index.less'
examples/sites/src/views/components-doc/common.vue
@@ -162,7 +162,7 @@ watch(
162
onMounted(() => {
163
loadPage()
164
// 加载公共尾部
165
- const common = new window.TDCmmon(['#footer'], { allowDarkTheme: true })
+ const common = new window.TDCommon(['#footer'], { allowDarkTheme: true })
166
common.renderFooter()
167
setScrollListener()
168
})
0 commit comments