mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-06-30 23:51:18 +00:00
Add the 'Add a server' button.
This commit is contained in:
parent
bbd8e32d4c
commit
1a00acc7ff
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
<script setup>
|
||||
import Button from 'primevue/button'
|
||||
import { useAppStore} from '@/store.js'
|
||||
const store = useAppStore()
|
||||
</script>
|
||||
|
@ -8,6 +9,6 @@ const store = useAppStore()
|
|||
{{ $t('No servers have been created') }}
|
||||
</div>
|
||||
<div>
|
||||
Add a server:
|
||||
<Button >Add a server</Button>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue