feat: locales and minor fixes
This commit is contained in:
@@ -25,7 +25,7 @@ const exportFromExcel = async () => {
|
||||
|
||||
<template>
|
||||
<div class="flex w-screen h-screen items-center gap-5 justify-center">
|
||||
<NavCard :title="'Пользователь'" :to="'/user'" :content="'Может кидать зигу и не может пользоваться туалетной бумагой'" />
|
||||
<NavCard :title="'Пользователь'" :to="'/user'" :content="'Не может пользоваться туалетной бумагой'" />
|
||||
</div>
|
||||
<footer class="fixed w-full bottom-10 flex items-center justify-center gap-2">
|
||||
<Button severity="secondary" @click="importFromExcel">Импортировать данные</Button>
|
||||
|
||||
Reference in New Issue
Block a user