mirror of
https://github.com/unraid/api.git
synced 2026-05-07 23:51:40 -05:00
fix: i18n t prop type
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<script lang="ts" setup>
|
||||
import { ExclamationTriangleIcon } from '@heroicons/vue/24/solid';
|
||||
import { storeToRefs } from 'pinia';
|
||||
import type { ComposerTranslation } from 'vue-i18n';
|
||||
|
||||
import { useUpdateOsActionsStore } from '~/store/updateOsActions';
|
||||
|
||||
defineProps<{
|
||||
t: any;
|
||||
t: ComposerTranslation;
|
||||
}>();
|
||||
|
||||
const { rebootTypeText } = storeToRefs(useUpdateOsActionsStore());
|
||||
|
||||
Reference in New Issue
Block a user