mirror of
https://github.com/RainCraft-Server/raincraft-server.github.io.git
synced 2025-12-16 13:17:29 +00:00
first commit
This commit is contained in:
commit
fa65e2e9dc
32 changed files with 6059 additions and 0 deletions
17
docs/.vuepress/client.ts
Normal file
17
docs/.vuepress/client.ts
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import { defineClientConfig } from 'vuepress/client'
|
||||
import staff from './theme/components/staff.vue'
|
||||
import info from './theme/components/info.vue'
|
||||
// import RepoCard from 'vuepress-theme-plume/features/RepoCard.vue'
|
||||
// import CustomComponent from './theme/components/Custom.vue'
|
||||
|
||||
// import './theme/styles/custom.css'
|
||||
|
||||
export default defineClientConfig({
|
||||
enhance({ app }) {
|
||||
// app.component('RepoCard', RepoCard)
|
||||
// app.component('CustomComponent', CustomComponent)
|
||||
app.component('staff', staff)
|
||||
app.component('info', info)
|
||||
},
|
||||
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue