mirror of
https://github.com/unraid/api.git
synced 2026-01-02 06:30:02 -06:00
refactor(web): remove unused onBeforeMount with console out
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
} from '@heroicons/vue/24/solid';
|
||||
import dayjs from 'dayjs';
|
||||
import { storeToRefs } from 'pinia';
|
||||
import { onBeforeMount, ref } from 'vue';
|
||||
import { ref } from 'vue';
|
||||
|
||||
import 'tailwindcss/tailwind.css';
|
||||
import '~/assets/main.css';
|
||||
@@ -51,10 +51,6 @@ const downgradeButton = ref<UserProfileLink>({
|
||||
name: 'downgrade',
|
||||
text: props.t('Begin downgrade to {0}', [props.version]),
|
||||
});
|
||||
|
||||
onBeforeMount(() => {
|
||||
console.debug('[props.releaseDate]', props.releaseDate, formattedReleaseDate.value);
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user