Skip to content

Commit

Permalink
feat: save
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Nov 4, 2024
1 parent 6543de3 commit cdc9f33
Show file tree
Hide file tree
Showing 8 changed files with 2,091 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 cdc9f33

Please sign in to comment.