Arno Kaimbacher
ae0c471e93
Some checks failed
CI Pipeline / japa-tests (push) Failing after 52s
- cchanged route app.dashboard to apps.dashboard - add editor and reviewer relation to Dataset.ts - added personal menu in asideMenu - added Approve.vue for editor - show warning in Index.vue (editor), if no dataset is loaded - user Receive.vue without inertia helper form - npm updates - added routes in routes.ts
8 lines
219 B
Vue
8 lines
219 B
Vue
<script setup>
|
|
import FormControl from '@/Components/FormControl.vue';
|
|
</script>
|
|
|
|
<template>
|
|
<FormControl id="searchInput" ref="root" placeholder="Search (ctrl+k)" ctrl-k-focus transparent borderless />
|
|
</template>
|