Initial
This commit is contained in:
25
spaces/pages/timetracking.vue
Normal file
25
spaces/pages/timetracking.vue
Normal file
@@ -0,0 +1,25 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
middleware: "auth"
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<UButton class="controlButton" disabled>
|
||||
Start
|
||||
</UButton>
|
||||
<UButton class="controlButton" disabled>
|
||||
Stop
|
||||
</UButton>
|
||||
<UButton class="controlButton" disabled>
|
||||
Pause
|
||||
</UButton>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.controlButton {
|
||||
margin-right: 1em;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user