We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755d81c commit 2a11fc3Copy full SHA for 2a11fc3
index.html
@@ -1,5 +1,5 @@
1
<!DOCTYPE html>
2
-<html lang="en">
+<html lang="en" data-bs-theme="dark">
3
<head>
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
src/components/Nav.vue
@@ -58,7 +58,6 @@
58
</template>
59
60
<script lang="ts" setup>
61
-import { Collapse } from "bootstrap";
62
import { computed } from "vue";
63
import { useRouter } from "vue-router";
64
import { routes } from "@/router";
0 commit comments