feat: v1.0.0 祀梦笔记:从 0 到 1 的数字化花园建设
This commit is contained in:
8
docs/.vuepress/client.ts
Normal file
8
docs/.vuepress/client.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineClientConfig } from 'vuepress/client'
|
||||
import RImg from './theme/components/RImg.vue'
|
||||
|
||||
export default defineClientConfig({
|
||||
enhance({ app }) {
|
||||
app.component('RImg', RImg)
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user