Files
RecruIT/resources/js/Components/ApplicationLogo.vue

4 lines
89 B
Vue

<template>
<img src="/departement-it.png" v-bind="$attrs" alt="Logo IT">
</template>