fix: 修改icon警告信息

This commit is contained in:
MTrun
2022-01-10 09:49:08 +08:00
parent 7200242386
commit e8057361d6
5 changed files with 26 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
import ErrorComponent from './index.vue';
export { ErrorComponent };
+9
View File
@@ -0,0 +1,9 @@
<template>
<div>
<n-result status="error" title="错误" description="加载失败啦"> </n-result>
</div>
</template>
<script setup></script>
<style lang="scss" scoped></style>