Skip to content

Commit

Permalink
Merge pull request #567 from subquery/feat/ai-app
Browse files Browse the repository at this point in the history
feat: add ai app entry
  • Loading branch information
HuberTRoy authored Nov 6, 2024
2 parents 6543de3 + 5c7d036 commit 148065e
Show file tree
Hide file tree
Showing 8 changed files with 2,214 additions and 2,721 deletions.
10 changes: 10 additions & 0 deletions docs/.vuepress/client.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { defineClientConfig } from "vuepress/client";
import Chatbox from "./components/Chatbox.vue";
import "vant/lib/index.css";

export default defineClientConfig({
rootComponents: [Chatbox],
enhance({ app }) {
// app.component("Popover", Popover);
},
});
Loading

0 comments on commit 148065e

Please sign in to comment.