Skip to content

Commit 422839c

Browse files
authored
Merge pull request #143 from datasharingframework/Documentation_update
Linter Documentation update
2 parents 3b130a9 + 7025f60 commit 422839c

12 files changed

Lines changed: 904 additions & 86 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.
Lines changed: 158 additions & 0 deletions
Loading
Lines changed: 143 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)