This commit is contained in:
2024-01-24 21:50:02 +08:00
parent b58d4c881b
commit 0c403f1e10
9 changed files with 376 additions and 738 deletions

View File

@@ -9,6 +9,6 @@ export default {
async enhanceApp({ app }) {
app.component("bvideo", BVideo)
app.component("author", Author)
app.component("code-editor", CodeEditor)
app.component("editor", CodeEditor)
},
} satisfies Theme