[Misc] switching to new repo for org files
This commit is contained in:
11
docs/.vuepress/client.ts
Normal file
11
docs/.vuepress/client.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineClientConfig } from '@vuepress/client';
|
||||
import ImgFigure from './components/ImgFigure.vue';
|
||||
|
||||
export default defineClientConfig({
|
||||
enhance({ app }) {
|
||||
app.component('ImgFigure', ImgFigure);
|
||||
},
|
||||
setup() {},
|
||||
layouts: {},
|
||||
rootComponents: [],
|
||||
});
|
||||
Reference in New Issue
Block a user