web/front/components/footer.vue

5 lines
186 B
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div class="container mx-auto px-4 py-3 text-center text-sm text-gray-500">
© 2025 Corporate Assistant. Все права защищены.
</div>
</template>