refactor: update icon usage to use mdi imports for consistency
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
:code="403"
|
||||
color="warning"
|
||||
description="你沒有權限存取此頁面或操作。"
|
||||
icon="mdi-shield-lock-outline"
|
||||
:icon="mdiShieldLockOutline"
|
||||
title="沒有權限"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { mdiShieldLockOutline } from '@mdi/js'
|
||||
import ErrorShell from './ErrorShell.vue'
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user