mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-07-01 16:11:16 +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>
|
<script setup>
|
||||||
|
import Button from 'primevue/button'
|
||||||
import { useAppStore} from '@/store.js'
|
import { useAppStore} from '@/store.js'
|
||||||
const store = useAppStore()
|
const store = useAppStore()
|
||||||
</script>
|
</script>
|
||||||
|
@ -8,6 +9,6 @@ const store = useAppStore()
|
||||||
{{ $t('No servers have been created') }}
|
{{ $t('No servers have been created') }}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Add a server:
|
<Button >Add a server</Button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Reference in a new issue