mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 20:35:26 +08:00
test: 国际化测试
This commit is contained in:
parent
4a6a1b346c
commit
c05f0f305c
@ -1,7 +1,7 @@
|
|||||||
import { useI18n } from '@/hooks/web/useI18n'
|
import { useI18n } from '@/hooks/web/useI18n'
|
||||||
import request from '@/config/axios'
|
import request from '@/config/axios'
|
||||||
const { t } = useI18n()
|
const { t } = useI18n()
|
||||||
|
console.log('useI18n', useI18n())
|
||||||
export interface ShortcutRequest {
|
export interface ShortcutRequest {
|
||||||
keyword?: string
|
keyword?: string
|
||||||
type?: string
|
type?: string
|
||||||
|
Loading…
Reference in New Issue
Block a user