Refactored project ready for server.
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
parent
5a115374b4
commit
dd67fc967a
36 changed files with 1187 additions and 1003 deletions
|
|
@ -1,9 +0,0 @@
|
|||
<script setup lang="ts">
|
||||
import { defineProps } from 'vue';
|
||||
|
||||
const crntTime = Date.now();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<p>The current time in Unix Epoch: <code>{{ Math.floor(crntTime / 1000) }}</code> <br /> or <code>{{crntTime}}</code> in Unix millis</p>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue