refactor: vue3.3 defineOptions
This commit is contained in:
@ -35,10 +35,12 @@
|
||||
</template>
|
||||
</XModal>
|
||||
</template>
|
||||
<script setup lang="ts" name="InfraApiAccessLog">
|
||||
<script setup lang="ts">
|
||||
import { allSchemas } from './apiAccessLog.data'
|
||||
import * as ApiAccessLogApi from '@/api/infra/apiAccessLog'
|
||||
|
||||
defineOptions({ name: 'InfraApiAccessLog' })
|
||||
|
||||
const { t } = useI18n() // 国际化
|
||||
|
||||
// 列表相关的变量
|
||||
|
||||
Reference in New Issue
Block a user