mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
10 lines
188 B
Vue
10 lines
188 B
Vue
<template>
|
|
<div>
|
|
<n-result status="error" title="错误" description="加载失败啦"> </n-result>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup></script>
|
|
|
|
<style lang="scss" scoped></style>
|