This commit is contained in:
2025-12-24 04:35:41 +06:00
parent cdf2bf5952
commit 614867bd12
3 changed files with 0 additions and 6 deletions

View File

@@ -17,14 +17,11 @@
</template>
<script lang="ts" setup>
console.log('jopa')
definePageMeta({
name: 'Updater',
layout: 'blank',
auth: false,
middleware: () => {
console.log('lastUpdate')
const { lastUpdate } = useUpdater()
if (!lastUpdate.value)
return navigateTo('/')