update
This commit is contained in:
@@ -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('/')
|
||||
|
||||
Reference in New Issue
Block a user