mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改icon警告信息
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import ErrorComponent from './index.vue';
|
||||
|
||||
export { ErrorComponent };
|
||||
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
<n-result status="error" title="错误" description="加载失败啦"> </n-result>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup></script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
Reference in New Issue
Block a user