chore(front): fix linter error
This commit is contained in:
parent
9ff494f1b5
commit
8f2a8b4349
|
@ -22,7 +22,7 @@
|
|||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import { computed, watch } from "vue";
|
||||
import { computed } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
|
||||
const { locale } = useI18n({ useScope: "global" });
|
||||
|
|
Loading…
Reference in a new issue