mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-18 19:17:59 -04:00
add util.ts for sharing common functions between frontend and backend
This commit is contained in:
parent
71af902a4e
commit
081abcb6a1
12 changed files with 120 additions and 49 deletions
|
@ -3,9 +3,9 @@
|
|||
<span v-else>{{ value }}</span>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="ts">
|
||||
|
||||
import { sleep } from "../util-frontend"
|
||||
import { sleep } from "../util.ts"
|
||||
|
||||
export default {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue