changes
This commit is contained in:
@@ -59,6 +59,10 @@
|
||||
<script setup>
|
||||
useHead({
|
||||
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.svg" }],
|
||||
htmlAttrs: {
|
||||
class: "has-background-blue-100",
|
||||
style: "min-height: 100vh",
|
||||
},
|
||||
});
|
||||
|
||||
const { $createMeta, $store, $copy, $id } = useNuxtApp();
|
||||
|
||||
Reference in New Issue
Block a user