forked from Drop-OSS/archived-drop-app
* feat: small refactor * fix: appimage build script * fix: add NO_STRIP to AppImage build * fix: build and dev mode from refactor * fix: submodule step 1 * fix: submodules step 2
8 lines
137 B
Vue
8 lines
137 B
Vue
<template></template>
|
|
|
|
<script setup lang="ts">
|
|
const loading = useLoadingIndicator();
|
|
|
|
watch(loading.isLoading, console.log);
|
|
</script>
|