mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-04-30 22:29:01 +08:00
13 lines
399 B
Vue
13 lines
399 B
Vue
<!--------------------------------
|
|
- @Author: Ronnie Zhang
|
|
- @LastEditor: Ronnie Zhang
|
|
- @LastEditTime: 2024/03/04 16:09:47
|
|
- @Email: zclzone@outlook.com
|
|
- Copyright © 2023 Ronnie Zhang(大脸怪) | https://isme.top
|
|
--------------------------------->
|
|
<template>
|
|
<div class="h-40 w-40 rounded-4 bg-primary p-1/100">
|
|
<img src="@/assets/images/isme.png" alt="Logo" />
|
|
</div>
|
|
</template>
|