mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-08-29 02:32:06 -04:00
* fix: submillisecond cache hits * fix: async object loading to hand control back to renderer * fix: clippy
7 lines
137 B
Vue
7 lines
137 B
Vue
<template></template>
|
|
|
|
<script setup lang="ts">
|
|
const loading = useLoadingIndicator();
|
|
|
|
watch(loading.isLoading, console.log);
|
|
</script>
|