Skip to content

Commit 13c9265

Browse files
committed
newslist removed bc its not used
1 parent 5a48b09 commit 13c9265

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

docs/src/.vuepress/client.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@ import { Layout as ParentLayout } from "vuepress-theme-hope/client";
44
import Layout from './layouts/PageLayout.vue'
55
import NotFoundLayout from './layouts/NotFoundLayout.vue'
66
import BlogLayout from './layouts/BlogLayout.vue';
7-
import NewsList from "./components/NewsList.vue"; // adjust if path differs
7+
88

99

1010
export default defineClientConfig({
1111
enhance({ app }) {
12-
//app.component("NewsList", NewsList);
12+
1313
},
1414
layouts: {
1515
ParentLayout,
1616
Layout,
1717
NotFound: NotFoundLayout,
1818
Blog: BlogLayout,
19-
2019
},
2120
})

docs/src/.vuepress/components/NewsList.vue

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)