mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 06:30:50 +01:00
fixed build
This commit is contained in:
@ -8,7 +8,6 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
const { currentTheme } = storeToRefs(useUiStore())
|
||||
</script>
|
||||
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
v-model:open="open"
|
||||
:title="t('title')"
|
||||
class="btn btn-primary btn-outline shadow-md md:btn-lg shrink-0 flex-1 whitespace-nowrap flex-nowrap"
|
||||
@click="open = true"
|
||||
>
|
||||
<template #trigger>
|
||||
<Icon name="mdi:plus" />
|
||||
|
||||
@ -4,11 +4,11 @@
|
||||
<UiDropdownLocale @select="setLocale" />
|
||||
</div>
|
||||
<div class="flex flex-col justify-center items-center gap-5 max-w-3xl">
|
||||
<img
|
||||
<!-- <img
|
||||
src="/logo.svg"
|
||||
class="bg-primary p-3 size-16 rounded-full"
|
||||
alt="HaexVault Logo"
|
||||
>
|
||||
/> -->
|
||||
|
||||
<span
|
||||
class="flex flex-wrap font-bold text-pretty text-xl gap-2 justify-center"
|
||||
|
||||
@ -19,11 +19,11 @@ export default defineNuxtPlugin(() => {
|
||||
}, 50)
|
||||
})
|
||||
|
||||
if (import.meta.client) {
|
||||
/* if (import.meta.client) {
|
||||
setTimeout(() => {
|
||||
if (window.HSStaticMethods) {
|
||||
window.HSStaticMethods.autoInit()
|
||||
}
|
||||
}, 50)
|
||||
}
|
||||
} */
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user