lrf 1 rok pred
rodič
commit
b3be1a0157
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/views/system/menus/index.vue

+ 1 - 1
src/views/system/menus/index.vue

@@ -21,7 +21,7 @@ import { cloneDeep, get, omit } from 'lodash-es'
 import { MenusStore } from '@/store/api/system/menus'
 import { DictDataStore } from '@/store/api/system/dictData'
 import { useI18n } from 'vue-i18n'
-const { t } = useI18n
+const { t } = useI18n()
 const store = MenusStore()
 const dictDataStore = DictDataStore()
 const $checkRes = inject('$checkRes')