perf: style
parent
8730de2100
commit
36adf2d240
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<Error type="403" @error-click="errorClick" />
|
<Error type="403" @error-click="errorClick()" />
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Error } from '@/components/Error'
|
import { Error } from '@/components/Error'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<Error @error-click="errorClick" />
|
<Error @error-click="errorClick()" />
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Error } from '@/components/Error'
|
import { Error } from '@/components/Error'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<Error type="500" @error-click="errorClick" />
|
<Error type="500" @error-click="errorClick()" />
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Error } from '@/components/Error'
|
import { Error } from '@/components/Error'
|
||||||
|
|
|
@ -174,7 +174,6 @@ import { CountTo } from '@/components/CountTo'
|
||||||
import { Highlight } from '@/components/Highlight'
|
import { Highlight } from '@/components/Highlight'
|
||||||
import type { WorkplaceTotal, Project, Notice, Shortcut } from './types'
|
import type { WorkplaceTotal, Project, Notice, Shortcut } from './types'
|
||||||
import { pieOptions, barOptions } from './echarts-data'
|
import { pieOptions, barOptions } from './echarts-data'
|
||||||
import { Icon } from 'vxe-table'
|
|
||||||
|
|
||||||
const { t } = useI18n()
|
const { t } = useI18n()
|
||||||
const { wsCache } = useCache()
|
const { wsCache } = useCache()
|
||||||
|
|
Loading…
Reference in New Issue