changes
This commit is contained in:
@@ -57,6 +57,10 @@
|
||||
</ClientOnly>
|
||||
</template>
|
||||
<script setup>
|
||||
useHead({
|
||||
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.svg" }],
|
||||
});
|
||||
|
||||
const { $createMeta, $store, $copy, $id } = useNuxtApp();
|
||||
const componentMap = {};
|
||||
const componentKey = ref();
|
||||
|
||||
Reference in New Issue
Block a user