This commit is contained in:
2025-12-24 04:35:13 +06:00
parent a4bd6705b6
commit cdf2bf5952
5 changed files with 18 additions and 13 deletions

View File

@@ -17,13 +17,15 @@
</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('/')
},