Skip to content

Commit b896cbd

Browse files
committed
minimal allowlist generator
1 parent 2b1f15c commit b896cbd

4 files changed

Lines changed: 613 additions & 2 deletions

File tree

‎docs/src/.vuepress/client.ts‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ 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 AllowListGenerator from './components/AllowListGenerator.vue';
78

89

910

1011
export default defineClientConfig({
1112
enhance({ app }) {
12-
13+
app.component('AllowListGenerator', AllowListGenerator);
1314
},
1415
layouts: {
1516
ParentLayout,

0 commit comments

Comments
 (0)