fix: defineProps not import
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-01-23 08:19:42 +01:00
parent a6adec0407
commit f86dc7b60f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<script setup>
import { defineProps, ref } from 'vue';
import { ref } from 'vue';
import { useI18n } from 'vue-i18n';
const { t } = useI18n();