29 lines
384 B
Markdown
29 lines
384 B
Markdown
<cn>
|
|
#### Info
|
|
åąį¤ēå¤įįģæã
|
|
</cn>
|
|
|
|
<us>
|
|
#### Info
|
|
Show processing results.
|
|
</us>
|
|
|
|
```vue
|
|
<template>
|
|
<a-result title="Your operation has been executed">
|
|
<template #extra>
|
|
<a-button key="console" type="primary">
|
|
Go Console
|
|
</a-button>
|
|
</template>
|
|
</a-result>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {};
|
|
},
|
|
};
|
|
</script>
|
|
```
|