We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e84912 commit 1e0a329Copy full SHA for 1e0a329
frontend/src/views/setting/Professional.vue
@@ -97,6 +97,8 @@ import IconOpeAdd from '@/assets/svg/operate/ope-add.svg'
97
import IconOpeEdit from '@/assets/svg/operate/ope-edit.svg'
98
import IconOpeDelete from '@/assets/svg/operate/ope-delete.svg'
99
import { termApi } from '@/api/setting'
100
+import { useI18n } from 'vue-i18n'
101
+const { t } = useI18n()
102
const keyword = ref('')
103
const dialogFormVisible = ref(false)
104
const termFormRef = ref()
0 commit comments