393 B
393 B
#### 500
æåĄå¨åįäēé蝝ã
#### 500
The server is wrong.
<template>
<a-result status="500" title="500" sub-title="Sorry, the server is wrong.">
<template #extra>
<a-button type="primary">
Back Home
</a-button>
</template>
</a-result>
</template>
<script>
export default {
data() {
return {};
},
};
</script>