feat(theme): add reading progress indicator component
This commit is contained in:
@@ -15,6 +15,7 @@ import CategoryIndex from './components/CategoryIndex.vue'
|
||||
import ArticleGrid from './components/ArticleGrid.vue'
|
||||
import StepBar from './components/StepBar.vue'
|
||||
import ChapterIntroduction from './components/ChapterIntroduction.vue'
|
||||
import ReadingProgress from './components/ReadingProgress.vue'
|
||||
import WebTerminal from './components/appendix/terminal-intro/WebTerminal.vue'
|
||||
import TerminalGrid from './components/appendix/terminal-intro/TerminalGrid.vue'
|
||||
import CellInspector from './components/appendix/terminal-intro/CellInspector.vue'
|
||||
@@ -439,6 +440,7 @@ export default {
|
||||
app.component('ArticleGrid', ArticleGrid)
|
||||
app.component('StepBar', StepBar)
|
||||
app.component('ChapterIntroduction', ChapterIntroduction)
|
||||
app.component('ReadingProgress', ReadingProgress)
|
||||
app.component('WebTerminal', WebTerminal)
|
||||
app.component('TerminalGrid', TerminalGrid)
|
||||
app.component('CellInspector', CellInspector)
|
||||
|
||||
Reference in New Issue
Block a user