mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 13:23:04 +01:00
13 lines
168 B
Vue
13 lines
168 B
Vue
<template>
|
|
<div>
|
|
Hello
|
|
<!-- <div>{{ relativeDate('2021-10-15 00:00:00') }}</div> -->
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script>
|