We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a48b09 commit 13c9265Copy full SHA for 13c9265
2 files changed
docs/src/.vuepress/client.ts
@@ -4,18 +4,17 @@ import { Layout as ParentLayout } from "vuepress-theme-hope/client";
4
import Layout from './layouts/PageLayout.vue'
5
import NotFoundLayout from './layouts/NotFoundLayout.vue'
6
import BlogLayout from './layouts/BlogLayout.vue';
7
-import NewsList from "./components/NewsList.vue"; // adjust if path differs
+
8
9
10
export default defineClientConfig({
11
enhance({ app }) {
12
- //app.component("NewsList", NewsList);
13
},
14
layouts: {
15
ParentLayout,
16
Layout,
17
NotFound: NotFoundLayout,
18
Blog: BlogLayout,
19
-
20
21
})
docs/src/.vuepress/components/NewsList.vue
0 commit comments