comment-out useHead

This commit is contained in:
Eli Ribble 2026-04-07 16:05:04 +00:00
parent 9601b88b41
commit 53bfbbc5ef
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
<script setup lang="ts">
import { onMounted, ref } from "vue";
import { useHead } from "@vueuse/head";
//import { useHead } from "@vueuse/head";
import { router } from "@/rmo/router";
import { useDistrictStore } from "@/rmo/store/district";
import type { District } from "@/type/api";