fix(projects): supply $t import statement

This commit is contained in:
Soybean
2024-04-25 00:20:26 +08:00
parent a1e432f81e
commit b266035800
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,6 @@
<script setup lang="ts">
import { $t } from '@/locales';
defineOptions({
name: 'TableHeaderOperation'
});