forked from geolba/tethys.backend
- add validator for checking languages of translated titles and description
- add notification messages via notiwind.ts - add Project.ts - add new component TabelPersons.vue - add additional routes - npm updates
This commit is contained in:
parent
59a99ff3c8
commit
080c21126b
24 changed files with 979 additions and 349 deletions
|
@ -4,6 +4,7 @@ import { StyleService } from '@/Stores/style';
|
|||
import NavBar from '@/Components/NavBar.vue';
|
||||
import AsideMenu from '@/Components/AsideMenu.vue';
|
||||
import FooterBar from '@/Components/FooterBar.vue';
|
||||
import NotificationToast from '@/Components/NotificationToast.vue';
|
||||
|
||||
const styleService = StyleService();
|
||||
|
||||
|
@ -34,4 +35,5 @@ const layoutService = LayoutService();
|
|||
<FooterBar />
|
||||
</div>
|
||||
</div>
|
||||
<NotificationToast></NotificationToast>
|
||||
</template>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue