424 B
424 B
#### Warning
čĻåįąģåįįģæã
#### Warning
The result of the warning.
<template>
<a-result status="warning" title="There are some problems with your operation.">
<template #extra>
<a-button key="console" type="primary">
Go Console
</a-button>
</template>
</a-result>
</template>
<script>
export default {
data() {
return {};
},
};
</script>