0
0
Fork 0

refactor: refs #6919 update imports in CustomerDescriptor component to include onMounted lifecycle hook

This commit is contained in:
Jorge Penadés 2025-01-28 18:32:56 +01:00
parent a167c983d7
commit 53aff479e6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<script setup> <script setup>
import { ref, computed } from 'vue'; import { onMounted, ref, computed } from 'vue';
import { useRoute } from 'vue-router'; import { useRoute } from 'vue-router';
import { useI18n } from 'vue-i18n'; import { useI18n } from 'vue-i18n';