ff-admin/src/components/AppIcon.vue

8 lines
173 B
Vue
Raw Normal View History

2025-04-28 14:36:47 +02:00
<template>
<img :src="url + '/api/public/icon.png'" alt="LOGO" class="h-full w-auto" />
</template>
<script setup lang="ts">
import { url } from "@/serverCom";
</script>