push doc
This commit is contained in:
6
docs/.vuepress/.temp/internal/layoutComponents.js
Normal file
6
docs/.vuepress/.temp/internal/layoutComponents.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { defineAsyncComponent } from 'vue'
|
||||
|
||||
export const layoutComponents = {
|
||||
"404": defineAsyncComponent(() => import("/Users/taylorxie/Downloads/课件/webpack_docs/node_modules/@vuepress/theme-default/lib/client/layouts/404.vue")),
|
||||
"Layout": defineAsyncComponent(() => import("/Users/taylorxie/Downloads/课件/webpack_docs/node_modules/@vuepress/theme-default/lib/client/layouts/Layout.vue")),
|
||||
}
|
||||
Reference in New Issue
Block a user